Skip to content

AppointmentWorkflowStatusAppointmentType

The appointment object

Fields

date · ISO8601DateTime · Date of the appointment
id · ID · ID of the appointment
status · String · Status of the appointment

Used By

Definition

"""
The appointment object
"""
type AppointmentWorkflowStatusAppointmentType {
"""
Date of the appointment
"""
date: ISO8601DateTime
"""
ID of the appointment
"""
id: ID
"""
Status of the appointment
"""
status: String
}