Skip to main content

Get Condition

Get a single Condition by ID.

Query

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

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a Condition resource.