File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-graphql-docs/modules/ROOT/pages Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -975,7 +975,7 @@ Supported return types are listed below:
975
975
== Namespacing
976
976
977
977
At the schema level, query and mutation operations are defined directly under the `Query` and `Mutation` types.
978
- Rich GraphQL APIs can define dozens of operation sunder those types, making it harder to explore the API and separate concerns.
978
+ Rich GraphQL APIs can define dozens of operations under those types, making it harder to explore the API and separate concerns.
979
979
You can choose to https://www.apollographql.com/docs/technotes/TN0012-namespacing-by-separation-of-concern/[define Namespaces in your GraphQL schema].
980
980
While there are some caveats with this approach, you can implement this pattern with Spring for GraphQL annotated controllers.
981
981
You can’t perform that action at this time.
0 commit comments