Merge branch '1.1.x'
This commit is contained in:
@@ -260,6 +260,9 @@ builder.schemaResources(..)
|
||||
|
||||
The <<execution.graphqlsource, GraphQlSource section>> explains how to configure that with Spring Boot.
|
||||
|
||||
For an example with Apollo Federation, see
|
||||
https://github.com/apollographql/federation-jvm-spring-example[federation-jvm-spring-example].
|
||||
|
||||
|
||||
[[execution.graphqlsource.schema-traversal]]
|
||||
==== Schema Traversal
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
type Query {
|
||||
bookById(id: ID): Book
|
||||
booksById(id: [ID]): [Book]
|
||||
books(id: ID, name: String, author: String): [Book!]
|
||||
books(id: ID, name: String, author: String): [Book!]!
|
||||
booksByCriteria(criteria:BookCriteria): [Book]
|
||||
booksByProjectedArguments(name: String, author: String): [Book]
|
||||
booksByProjectedCriteria(criteria:BookCriteria): [Book]
|
||||
|
||||
Reference in New Issue
Block a user