spring-boot/spring-boot-project/spring-boot-autoconfigure/src/test/resources/graphql/schema.graphqls

4 lines
89 B
GraphQL

type Query {
greeting(name: String! = "Spring"): String!
bookById(id: ID): Book
}