konrad.sopala
Let us know if you have any questions regarding the article!
Let us know if you have any questions regarding the article!
Hi, there’s a typo in
import org.springfracom/auth0/MovieReviewBoard/movie/Movie.ktmework.boot.CommandLineRunner
It should be
import org.springframework.boot.CommandLineRunner
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.
Thanks a lot @PBA for all that feedback! I’m passing it right away to the article author!