OBJECT
Availability
An object containing availability ranges for a provider
link GraphQL Schema definition
- type Availability {
- # If not nil, the specific location the availability is for
- String :
- # If not nil, the specific appointment type the availability is for
- Int :
- # If not nil, the specific contact type the availability is for
- Int :
- # The 0-indexed day of the week the availability is on
- Int :
- # Duration between range start and range end in hours and minutes. Example:(4h
- # 20min)
- String :
- String :
- ID! :
- # The status of whether the availability repeats every week
- Boolean :
- # The origin start of the availability
- String :
- # The end of the datetime of the availability
- String :
- # The start of the datetime of the availability
- String :
- # Availability ID
- ID :
- # The ID of the user, used for the calendar
- String :
- # Timezone abbreviation of the availability time range
- String :
- # Provider this availability belongs to
- User :
- # The ID of the person who the availability is for
- Int :
- }
link Require by
- bulkCreateAvailabilityPayloadAutogenerated return type of bulkCreateAvailability
- createAvailabilityPayloadAutogenerated return type of createAvailability
- deleteAvailabilityPayloadAutogenerated return type of deleteAvailability
- editAvailabilityPayloadAutogenerated return type of editAvailability
- QueryThe query root of this schema. See available queries.