Skip to main content

Get VisionPrescription

Get a single VisionPrescription by ID.

Query

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

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a VisionPrescription resource.