Skip to content

Commit b6c1c91

Browse files
dgrinbergsbclozel
authored andcommitted
fixed typo in controllers.adoc
Closes gh-1234 Signed-off-by: Dainis <[email protected]>
1 parent fa94425 commit b6c1c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-graphql-docs/modules/ROOT/pages/controllers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ Supported return types are listed below:
975975
== Namespacing
976976

977977
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.
979979
You can choose to https://www.apollographql.com/docs/technotes/TN0012-namespacing-by-separation-of-concern/[define Namespaces in your GraphQL schema].
980980
While there are some caveats with this approach, you can implement this pattern with Spring for GraphQL annotated controllers.
981981

0 commit comments

Comments
 (0)