OBJECT

AppointmentTypeFormConnection

An object containing event which should be taken before or after appointment

link GraphQL Schema definition

  • type AppointmentTypeFormConnection {
  • # ID of the form for the form completion request
  • custom_module_form: CustomModuleForm
  • # The unique identifier of the form
  • id: ID!
  • # Form requests will be sent before or after given interval, depends on
  • # `send_trigger`
  • interval: ISO8601Duration
  • # Determines when action should be taken(before or after appointment)
  • send_trigger: String
  • }