INPUT_OBJECT

AppointmentTypeFormConnectionInput

Payload for connecting an appointment type to a custom module form

link GraphQL Schema definition

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