-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
Hello, I have 2 gradle projects:
hello-graphqldefining all the graphQL schemas,hello-app, the spring boot application usinghello-graphql
hello-graphql defines a custom scalar year. It is used in the Person graphQL definition.
Issue
I am facing issues when I want to use this library in my spring boot application:
***************************
APPLICATION FAILED TO START
***************************
Description:
There are problems with the GraphQL Schema:
* There is no scalar implementation for the named 'Year' scalar type
It seems that Spring boot is not able to detect the Year scalar.
I use codegen since my graphQL definitions are in a external JAR.
To reproduce
git clone https://github.com/Mcdostone/hello-graphql
cd hello-graphql
./gradlew clean build
./gradlew :hello-app:bootRunThanks for your help
Metadata
Metadata
Assignees
Labels
No labels