ENUM

AppointmentTypeOrderKeys

Appointment Type sorting enum

link GraphQL Schema definition

  • enum AppointmentTypeOrderKeys {
  • # Sort ascending by the manual order set for Appointment Types on the list
  • POSITION_ASC
  • # Sort descending by the manual order set for Appointment Types on the list
  • POSITION_DESC
  • CREATED_AT_ASC
  • CREATED_AT_DESC
  • UPDATED_AT_ASC
  • UPDATED_AT_DESC
  • }