OBJECT

SdAppointmentType

INTERNAL -- An Appointment Type query for Support Dashboard

link GraphQL Schema definition

  • type SdAppointmentType {
  • # The unique identifier of the object
  • id: ID!
  • # Name of appointment type
  • name: String
  • }