Skip to content

createAvailabilityInput

Autogenerated input type of createAvailability

Fields

deprecated DO NOT USE
end_time · String · Required time format: `HH MM``, e.g., `07 30`` or `19 00`
range_start · String · Required date format: `month_name DD, YYYY``, e.g., `August 16, 2022`
time · String · Required time format: `HH MM``, e.g., `07 30`` or `19 00`

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
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
}