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: website/versioned_docs/version-6.x.x/schema-generator/execution/contextual-data.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Note that the argument that implements `GraphQLContext` is not reflected in the
63
63
## Handling Context Errors
64
64
65
65
The [GraphQLContextFactory](../../server/graphql-context-factory.md) may return `null`. If your factory implementation never returns `null`, then there is no need to change your schema.
66
-
If the factory could return `null`, then the context arugments in your schema should be nullable so a runtime exception is not thrown.
66
+
If the factory could return `null`, then the context arguments in your schema should be nullable so a runtime exception is not thrown.
0 commit comments