-
Notifications
You must be signed in to change notification settings - Fork 329
Closed as not planned
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply
Description
Hi,
not sure really this is a spring problem or a Gradle/IDEA problem, but when you have a Gradle multi module project and one of the modules is your Spring GraphQL app, then loading a GraphQL schema from the resources classpath fails (DefaultGraphQlSchemaCondition
can't find it).
I created a minimal project to observe that here: https://github.com/andimarek/spring-graphql-multimodule-test
Just import in IDEA and run it. The result is that the GraphQL schema file resources/graphql/schema.graphqls
is not found and hence so GraphQL setup/bootstrapping takes place.
Cheers
Metadata
Metadata
Assignees
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply