Raw GraphQL Query
subgraph_raw_queryExecute a raw GraphQL query against the subgraph for advanced use cases such as custom filters, nested relations, ordering, and aggregations not exposed by higher-level tools.
Instructions
Execute a raw GraphQL query against the subgraph for advanced use cases not covered by the other tools. Use this when you need custom filters, nested relations, ordering, or aggregations that the higher-level tools don't expose.
Prefer the higher-level tools when they cover your use case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A raw GraphQL query to execute against the subgraph |