Skip to main content

Get HealthcareService

Get a single HealthcareService by ID.

Query

query GetHealthcareService($id: ID!) {
healthcareservice(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a HealthcareService resource.