OBJECT
Shifts
link GraphQL Schema definition
- type Shifts {
- Shifts :
- ID :
- Users! :
- ID! :
- Instant! :
- String :
- Duration! :
- Instant! :
- Boolean! :
- Users! :
- ID! :
- Instant! :
- Locations :
- ID :
- String! :
- Regions :
- ID :
- # Arguments
- # filter: [Not documented]
- # orderBy: [Not documented]
- (
- EQLQueryFilterResourceShifts, :
- EQLOrderByClauseResourceShifts :
- ): [ResourceShifts!]!
- ScheduleTemplates :
- ID :
- # Arguments
- # filter: [Not documented]
- # orderBy: [Not documented]
- (
- EQLQueryFilterShiftOfferShifts, :
- EQLOrderByClauseShiftOfferShifts :
- ): [ShiftOfferShifts!]!
- # Arguments
- # filter: [Not documented]
- # orderBy: [Not documented]
- (
- EQLQueryFilterShiftTags, :
- EQLOrderByClauseShiftTags :
- ): [ShiftTags!]!
- Instant! :
- TemplatedShifts :
- ID :
- ID! :
- }