You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/learn/response.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ As with network calls to any type of API, network errors that are not specific t
104
104
105
105
## Extensions
106
106
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.
108
108
109
109
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.
110
110
@@ -120,4 +120,4 @@ To recap what we've learned about GraphQL response formats:
120
120
- 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
121
121
- GraphQL implementations may include additional arbitrary information about the response in the `extensions` key
122
122
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