Skip to main content

ShiftElement

A single element as a part of the employee's shift

interface ShiftElement {
assignee: Employee
backgroundColor: String!
description: String
fontColor: String!
id: ShiftElementID!
label: String!
notes: String
}

Fields

ShiftElement.assignee ● Employee object

The employee this element is assigned to. (Optional) Not available on unassigned tour shifts.

ShiftElement.backgroundColor ● String! non-null scalar

Background color when visualizing the element in the shift plan (as a hexadecimal number)

ShiftElement.description ● String scalar

Additional short description of the shift

ShiftElement.fontColor ● String! non-null scalar

Font color when visualizing the element in the shift plan (as a hexadecimal number)

ShiftElement.id ● ShiftElementID! non-null scalar

Unique identifier

ShiftElement.label ● String! non-null scalar

Short label for the shift

ShiftElement.notes ● String scalar

Notes regarding the shift, up to 500 characters

Returned By

shiftElement query

Member Of

ShiftEntry object

Implemented By

AbsenceShiftElement object ● FixedShiftElement object ● TaskShiftElement object ● TourShiftElement object