4 replies
August 2019

konrad.sopala

Let us know if you have any questions regarding the article!

September 2019

PBA

Hi, there’s a typo in

import org.springfracom/auth0/MovieReviewBoard/movie/Movie.ktmework.boot.CommandLineRunner

It should be

import org.springframework.boot.CommandLineRunner

September 2019

PBA

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.

September 2019

konrad.sopala

Thanks a lot @PBA for all that feedback! I’m passing it right away to the article author!