Skip to main content

Get GraphDefinition

Get a single GraphDefinition by ID.

Query

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

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a GraphDefinition resource.