OBJECT

AppointmentAutocompleteForm

Autocomplete form for appointment type. Used for AI-generated charting notes.

link GraphQL Schema definition

  • type AppointmentAutocompleteForm {
  • # Custom module form for the appointment type
  • custom_module_form: CustomModuleForm
  • # ID of the appointment autocomplete form
  • id: ID
  • }