Get DiagnosticReport
Get a single DiagnosticReport by ID.
Query
query GetDiagnosticReport($id: ID!) {
diagnosticreport(id: $id) {
id
# Add other fields as needed
}
}
Parameters
id: ID of the resource to retrieve
Return Type
Returns a DiagnosticReport resource.