SCALAR
ID
The ID
scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4"
) or integer (such as 4
) input value will be accepted as an ID.
link GraphQL Schema definition
1 scalar ID
link Required by
- AttendanceStatementRepresents an attendance statement.
- CalculationOvertimeBalanceTransactionCalculation overtime balance transaction.
- CompensatoryTimeOffBalanceCompensatory time off balance.
- CreateTimesheetEntryInputInput data for timesheet entry creation.
- CustomOvertimeBalanceTransactionCustom overtime balance transaction.
- CustomTimeOffBalanceCustom time off balance.
- GenericTimeOffBalanceGeneric time off balance.
- IdArrayFilterID value filter using ArrayOperator.
- IdEqualityFilterID value filter using ComparisonOperator.
- InitialOvertimeBalanceTransactionInitial ovetime balance transaction.
- LocationRepresents a location.
- Mutationnull
- OvertimeBalanceTransactionRepresents an overtime balance transaction.
- PositionRepresents a position.
- ProjectRepresents a project.
- Querynull
- RecalculationOvertimeBalanceTransactionRecalculation overtime balance transaction.
- RemoteTimeOffBalanceRemote time off balance.
- SickLeaveTimeOffBalanceSick leave time off balance.
- TeamRepresents a team.
- TimeOffBalancenull
- TimeOffPolicyRepresents a time off policy.
- TimeOffRequestOvertimeBalanceTransactionTime off request overtime balance transaction.
- TimeOffRequestRecalculationOvertimeBalanceTransactionTime off request recalculation overtime balance transaction.
- TimeOffRuleRepresents time off rule.
- TimeOffTypeRepresents a time off type.
- TimesheetRepresents a timesheet.
- TimesheetEntryRepresents a timesheet entry.
- UpdateTimesheetEntryInputInput data for timesheet entry update.
- UpdateUserInputInput data for user update.
- UserRepresents a user.
- VacationTimeOffBalanceVacation time off balance.
- WorkScheduleWork Schedule.
- WorkScheduleAssignmentRecalculationOvertimeBalanceTransactionWork schedule assignment recalculation overtime balance transaction.
- WorkScheduleBreakRuleRepresents work schedule break rule.