Skip to content

AppointmentWorkflowStatusProviderType

The provider object for the appointment

Fields

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

Used By

Definition

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