ReorderEmployeesInput
Input for changing the employees' order of visualization in the shift plan
input ReorderEmployeesInput {
employeeIds: [EmployeeID!]!
residentialParkId: ResidentialParkID!
}
Fields
ReorderEmployeesInput.employeeIds ● [EmployeeID!]! non-null scalar
List of employee IDs in the new provided order Must contain all employees of the given park. If any are omitted, they are places at the bottom of the order
ReorderEmployeesInput.residentialParkId ● ResidentialParkID! non-null scalar
ID of the park, whose shift plan has to be updated
Member Of
reorderEmployees mutation