INPUT_OBJECT

AppointmentAutocompleteFormUpdateInput

Attributes for an appointment autocomplete form

link GraphQL Schema definition

  • input AppointmentAutocompleteFormUpdateInput {
  • # The ID of the appointment autocomplete form
  • id: ID
  • # If true, will destroy the autocomplete form association
  • _destroy: Boolean
  • # The custom module form used for AI scribe
  • custom_module_form_id: ID
  • }