subgraph

Get a global subgraph with full data

Returns the blueprint for a globally-registered subgraph, used by the frontend to materialize the subgraph node.

get/api/global_subgraphs/{id}

Path parameters

idstring required

Subgraph identifier

Response

Full subgraph data

sourcestring required

Source type ("templates" or "custom_node")

namestring required

Display name of the subgraph blueprint

datastring required

The full subgraph JSON data as a string

Changes