Skip to content

Commit 615b390

Browse files
Fix typo
1 parent 4d4f007 commit 615b390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/querying/graphql-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Explore the GraphQL Query API for interacting with Subgraphs on The Graph Networ
1616
- **Usage**: Foundation for all query operations
1717

1818
### Schema
19-
- **Purpose**: Blueprint defining the data structure and relationships using GraphQL [IDL](https://facebook.github.io/graphql/draft/#sec-Type-System)
19+
- **Purpose**: Blueprint defining the data structure and relationships using GraphQL [IDL](https://facebook.github.io/graphql/draft/#sec-Type-System)
2020
- **Key characteristics**:
2121
- Auto-generates query endpoints
2222
- Read-only operations (no mutations)

0 commit comments

Comments
 (0)