Skip to main content

Get Medication

Get a single Medication by ID.

Query

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

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a Medication resource.