employeeShiftEntry
Fetch a shift plan for a given employee and month.
employeeShiftEntry(
employeeId: EmployeeID!
month: Date!
): EmployeeShiftEntry!
Arguments
employeeShiftEntry.employeeId ● EmployeeID! non-null scalar
employeeShiftEntry.month ● Date! non-null scalar
Type
EmployeeShiftEntry object
All shifts planned for an employee for a single month. This is a row in a shift plan.