I was also receiving Spring runtime errors stating:
No graphql schema files found on classpath with location pattern ‘**/*.graphqls’.
I changed my GraphQL Schema files to .graphqls
(not .qls
as stated) and the examples work.
I was also receiving Spring runtime errors stating:
No graphql schema files found on classpath with location pattern ‘**/*.graphqls’.
I changed my GraphQL Schema files to .graphqls
(not .qls
as stated) and the examples work.