We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4f007 commit 615b390Copy full SHA for 615b390
website/src/pages/en/subgraphs/querying/graphql-api.mdx
@@ -16,7 +16,7 @@ Explore the GraphQL Query API for interacting with Subgraphs on The Graph Networ
16
- **Usage**: Foundation for all query operations
17
18
### Schema
19
-- **Purpose**: Blueprint defining the data structure and relationships using GraphQL [IDL](https://facebook.github.io/graphql/draft/#sec-Type-System)
+- **Purpose**: Blueprint defining the data structure and relationships using GraphQL [IDL](https://facebook.github.io/graphql/draft/#sec-Type-System)
20
- **Key characteristics**:
21
- Auto-generates query endpoints
22
- Read-only operations (no mutations)
0 commit comments