-2

I want to logically separate all my Graphql schemas into diff. entities. I am doing this in a spring-boot project.

I do not want to use Appolo or any other 3rd party libraries.

E.g. book.graphql author.graphql

I tried the solution provided, and I got no compile error but I am also not getting results from the query anymore.

Spring GraphQLmultiple schemas with Query per file

Please see below:

enter image description here

enter image description here

Can someone pls point me out if I am doing something incorrectly?

shortduck
  • 1,437
  • 1
  • 8
  • 13

1 Answers1

0

The solution provided here enter link description here works as is.

The reason I was getting errors was that I had not implemented the endpoint.

shortduck
  • 1,437
  • 1
  • 8
  • 13