Skip to content

AppointmentTypeSelectionInput

Which appointment types an availability covers. Provide exactly one option.

Fields

ids · [ID!] · Specific non-group appointment types this availability covers.
all_non_group · Boolean · When true, covers every non-group appointment type the provider owns, including ones added later.

Used By

Definition

"""
Which appointment types an availability covers. Provide exactly one option.
"""
input AppointmentTypeSelectionInput {
"""
Specific non-group appointment types this availability covers.
"""
ids: [ID!]
"""
When true, covers every non-group appointment type the provider owns, including ones added later.
"""
all_non_group: Boolean
}