File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
spring-graphql-docs/src/docs/asciidoc
spring-graphql/src/test/resources/books Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,9 @@ builder.schemaResources(..)
260260
261261The <<execution.graphqlsource, GraphQlSource section>> explains how to configure that with Spring Boot.
262262
263+ For an example with Apollo Federation, see
264+ https://github.com/apollographql/federation-jvm-spring-example[federation-jvm-spring-example].
265+
263266
264267[[execution.graphqlsource.schema-traversal]]
265268==== Schema Traversal
Original file line number Diff line number Diff line change 11type Query {
22 bookById (id : ID ): Book
33 booksById (id : [ID ]): [Book ]
4- books (id : ID , name : String , author : String ): [Book ! ]
4+ books (id : ID , name : String , author : String ): [Book ! ]!
55 booksByCriteria (criteria :BookCriteria ): [Book ]
66 booksByProjectedArguments (name : String , author : String ): [Book ]
77 booksByProjectedCriteria (criteria :BookCriteria ): [Book ]
You can’t perform that action at this time.
0 commit comments