mvn clean install
from the root of the project.
Per spring-graphql/issues/489 changing spring.graphql.schema.locations
to classpath*:graphql/**/
caused schema files in animals module to be picked up.
Only works when you move the schema.graphqls
from the animal
module to the app
module.
Working: