Skip to main content

Get OperationOutcome

Get a single OperationOutcome by ID.

Query

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

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a OperationOutcome resource.