createAvailabilityInput
Autogenerated input type of createAvailability
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEappointment_types
· AppointmentTypeSelectionInput · Appointment types this availability covers (provide exactly one option). Omit for the legacy appointment_type_id behavior. range_start
· String · Required date format: `month_name DD, YYYY``, e.g., `August 16, 2022` Used By
Definition
"""Autogenerated input type of createAvailability"""input createAvailabilityInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") appointment_location_id: ID appointment_type_id: ID contact_type_id: ID
""" Appointment types this availability covers (provide exactly one option). Omit for the legacy appointment_type_id behavior. """ appointment_types: AppointmentTypeSelectionInput day_of_week: Int end_on: String
""" Required time format: `HH MM``, e.g., `07 30`` or `19 00` """ end_time: String is_repeating: Boolean
""" Required date format: `month_name DD, YYYY``, e.g., `August 16, 2022` """ range_start: String
""" Required time format: `HH MM``, e.g., `07 30`` or `19 00` """ time: String timezone: String user_id: ID end_datetime: ISO8601DateTime range_end: String start_datetime: ISO8601DateTime}