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
* Update broken link in spring-graphql-context.md
* Fix the broken link again
* Fix another broken link
* Rollback adding .md extensions to links; fix a couple of typos
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ See more info in [CONTRIBUTING.md](CONTRIBUTING.md)
66
66
67
67
## 🛡️ Security
68
68
69
-
For more info on how to contact the team for security issues or the supported versions that recieve security updates, see [SECURITY.md](./.github/SECURITY.md)
69
+
For more info on how to contact the team for security issues or the supported versions that receive security updates, see [SECURITY.md](./.github/SECURITY.md)
Copy file name to clipboardExpand all lines: docs/spring-server/spring-graphql-context.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,4 +32,4 @@ class MyGraphQLContextFactory: GraphQLContextFactory<MyGraphQLContext> {
32
32
Once your application is configured to build your custom `MyGraphQLContext`, we can then specify it as function argument but it will not be included in the schema.
33
33
While executing the query, the corresponding GraphQL context will be read from the environment and automatically injected to the function input arguments.
34
34
35
-
For more details see the [Contextual Data documentation](../execution/contextual-data).
35
+
For more details see the [Contextual Data documentation](../schema-generator/execution/contextual-data).
0 commit comments