Skip to main content

ShiftEntry

A single shift of an employee

type ShiftEntry {
endsAt: DateTime!
id: ShiftID!
shiftElements: [ShiftElement!]
startsAt: DateTime!
type: ShiftType!
}

Fields

ShiftEntry.endsAt ● DateTime! non-null scalar

End time of the shift

ShiftEntry.id ● ShiftID! non-null scalar

ID of the shift element

ShiftEntry.shiftElements ● [ShiftElement!] list interface

All elements included in the shift

ShiftEntry.startsAt ● DateTime! non-null scalar

Beginning time of the shift

ShiftEntry.type ● ShiftType! non-null enum

Type of the shift

Returned By

shiftEntry query

Member Of

EmployeeShiftEntry object