Skip to main content

Get ResearchElementDefinition

Get a single ResearchElementDefinition by ID.

Query

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

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a ResearchElementDefinition resource.