Skip to content

AppointmentWorkflowStatusClientType

The client object for the appointment

Fields

id · ID · ID of the client for the appointment
name · String · Name of the client for the appointment

Used By

Definition

"""
The client object for the appointment
"""
type AppointmentWorkflowStatusClientType {
"""
ID of the client for the appointment
"""
id: ID
"""
Name of the client for the appointment
"""
name: String
}