Skip to content

AppointmentTypeFormConnectionInput

Payload for connecting an appointment type to a custom module form

Fields

_destroy · Boolean · If true, the appointment type form connection will be destroyed
custom_module_form_id · ID · The ID of the custom module form
id · ID · The ID of the appointment type form connection
interval · ISO8601Duration · Form requests will be sent before or after given interval, depends on `send_trigger`

Used By

Definition

"""
Payload for connecting an appointment type to a custom module form
"""
input AppointmentTypeFormConnectionInput {
"""
If true, the appointment type form connection will be destroyed
"""
_destroy: Boolean
"""
The ID of the custom module form
"""
custom_module_form_id: ID
"""
The ID of the appointment type form connection
"""
id: ID
"""
Form requests will be sent before or after given interval, depends on `send_trigger`
"""
interval: ISO8601Duration
}