ENUM
ScheduleAddressType
Whether this schedule address is a starting point, ending point, or both.
link GraphQL Schema definition
- enum ScheduleAddressType {
- # The starting point for the day.
- # The ending point for the day.
- # Both the start and end point.
- }
link Require by
- CreateScheduleAddressMutationInputThe input object that defines the fields for the createScheduleAddress mutation.
- Querynull
- ScheduleAddressThe geographical point that a technician starts or ends their day at.
- UpdateScheduleAddressMutationInputThe input object that defines the fields for the updateScheduleAddress mutation.
- UserA user that can login to Sonar.