Skip to content

Commit cf263f1

Browse files
authored
Update response.mdx (#1994)
Fixing typo
1 parent 02dd026 commit cf263f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/learn/response.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ As with network calls to any type of API, network errors that are not specific t
104104

105105
## Extensions
106106

107-
The final top-level key allowed by the GraphQL specification in a response is the `extentions` key. This key is reserved for GraphQL implementations to provide additional information about the response and though it must be an object if present, there are no other restrictions on what it may contain.
107+
The final top-level key allowed by the GraphQL specification in a response is the `extensions` key. This key is reserved for GraphQL implementations to provide additional information about the response and though it must be an object if present, there are no other restrictions on what it may contain.
108108

109109
For example, some GraphQL servers may include telemetry data or information about rate limit consumption under this key. Note that what data is available in `extensions` and whether this data is available in production or development environments will depend entirely on the specific GraphQL implementation.
110110

@@ -120,4 +120,4 @@ To recap what we've learned about GraphQL response formats:
120120
- When a field error occurs during execution, there will be a description of the issue in the `errors` key and there may be partial data included with the `data` key
121121
- GraphQL implementations may include additional arbitrary information about the response in the `extensions` key
122122

123-
Now that you understand the different phases of a GraphQL request and how responses are provided to clients, head over to the [Introspection](/learn/introspection) page to learn about how a GraphQL server can query information about its own schema.
123+
Now that you understand the different phases of a GraphQL request and how responses are provided to clients, head over to the [Introspection](/learn/introspection) page to learn about how a GraphQL server can query information about its own schema.

0 commit comments

Comments
 (0)