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