Skip to content

appointmentRequest

Fetch a single appointment requests for a provider or organization

Arguments

id · ID! · required · The ID of the appointment request

Returns

AppointmentRequestType

Example

query appointmentRequest($id: ID!) {
appointmentRequest(id: $id) {
appointment_location
appointment_type
booking_params
created_at
email
first_name
id
last_name
patient
phone
provider
provider_notes
reason
selected_contact_type
selected_state
slots
timezone
}
}