BookingsManagerSetting

Contains all settings related to BookingsManager role

Fields

empForBmWithDeptAndWpgAssignConnection (EmployeeConnectionWithTotal)
Argument Type Description
after String

Returns the elements in the list that come after the specified cursor.

before String

Returns the elements in the list that come before the specified cursor.

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

orderBy EmployeeOrderByEnum
where EmployeeWhereInput
empForBmWithDeptAssignConnection (EmployeeConnectionWithTotal)
Argument Type Description
after String

Returns the elements in the list that come after the specified cursor.

before String

Returns the elements in the list that come before the specified cursor.

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

orderBy EmployeeOrderByEnum
where EmployeeWhereInput
empForBmWithEmpAndWpgAssignConnection (EmployeeConnectionWithTotal)
Argument Type Description
after String

Returns the elements in the list that come after the specified cursor.

before String

Returns the elements in the list that come before the specified cursor.

first Int

Returns the first n elements from the list.

last Int

Returns the last n elements from the list.

id (ID!)
manage_all (Boolean!)

Determines if Manager manage all Employees and Departments

managed_departments ([Department]!)

List of managed Departments

managed_departments_ids ([ID]!)

List of manged Department IDs

managed_employees ([Employee]!)

List of manages Employees

managed_employees_ids ([ID]!)

List of managed Employees IDs

user (User!)

BookingsManager this settings belongs to