OBJECT

SdAppointment

INTERNAL -- An Appointment query for Support Dashboard

link GraphQL Schema definition

  • type SdAppointment {
  • # Appointment type of the appointment
  • appointment_type: SdAppointmentType
  • # If a charting note is connected to the appointment
  • connected_chart_note_string: String
  • # Created At
  • created_at: String
  • # Cursor for Appointment Pagination
  • cursor: String!
  • # The date and time the appointment is booked for
  • date: String
  • # Date and time appointment was deleted
  • deleted_at: String
  • # The unique identifier of the object
  • id: ID!
  • # Deleted version of Appointments
  • last_deleted_version: SdVersion
  • # Status of the appointment
  • pm_status: String
  • # Date and time pm status was last changed
  • pm_status_changed_at: String
  • # The last user who updated the status on the appointment
  • pm_status_last_changed_by: SdUser
  • # ID of the user
  • user_id: String
  • }