Vue.js, Spring Boot, Kotlin, and GraphQL: Building Modern Apps - Part 2

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.

1 Like