Skip to main content

Get SupplyRequest

Get a single SupplyRequest by ID.

Query

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

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a SupplyRequest resource.