Get Appointment
Get a single Appointment by ID.
Query
query GetAppointment($id: ID!) {
appointment(id: $id) {
id
# Add other fields as needed
}
}
Parameters
id: ID of the resource to retrieve
Return Type
Returns a Appointment resource.