Closed
Description
A colleague was trying out Spring for GraphQL for the first time, and accidentally put the schema file in the incorrect location. A few days later I did the same thing!
To help with debugging, would it be possible to display the number of schemas loaded by Spring for GraphQL? It would be helpful to have a log such as 0 schema files found
on boot.
I'm not sure about how resources are loaded in Spring for GraphQL but I can give it a try.