createAvailabilityInput
Autogenerated input type of createAvailability
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USErange_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: String appointment_type_id: String contact_type_id: String 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: String end_datetime: String range_end: String start_datetime: String}