Skip to main content

Get StructureMap

Get a single StructureMap by ID.

Query

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

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a StructureMap resource.