Skip to content

AppointmentWorkflowStatusAppointmentType

The appointment object

Fields

appointment_category · String · Category of the appointment: expected values are "Individual" and "Group"
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 {
"""
Category of the appointment: expected values are "Individual" and "Group"
"""
appointment_category: String
"""
Date of the appointment
"""
date: ISO8601DateTime
"""
ID of the appointment
"""
id: ID
"""
Status of the appointment
"""
status: String
}