OBJECT
ContactType
A object containing information about whether a specific contact type can be booked
link GraphQL Schema definition
- type ContactType {
- # ID of the connected appointment setting
- String :
- # ID of the connected appointment type
- String :
- # An Alias of ID that makes creating the form easier
- String :
- ID :
- # The name of the contact type
- String :
- # Whether this contact type can be used
- Boolean :
- # The ID of the connected user
- String :
- }