eh3rrera / graphql-java-spring-boot-example

Sample GraphQL server implemented with graphql-java and Spring Boot
MIT License
211 stars 151 forks source link

Book schema fail to parse. #18

Closed anandkhatri closed 4 years ago

anandkhatri commented 4 years ago

Hi, I'm learning GraphQL, This is my first exercise project. I implemented this project in a same manner that you described. But having an issue with Book schema, I can't see book schema in GraphiQL.

image

anandkhatri commented 4 years ago

Sorry, It was my minor mistake, Now I'm able to see all the Query and Mutation.

Thanks