-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello,
I am trying to upgrade my graphql project to graphql-java 15.
Java primitive types like Long are supposed to be moved to this project (version 1.1.0)
Unfortunatly the RuntimeWiring doesn't seem to work like expected.
I tried
.scalar(ExtendedScalars.newAliasedScalar("Long").aliasedScalar(JavaPrimitives.GraphQLLong).build())
Nevertheless the project fails starting with
The field type 'Long' is not present when resolving type
Am I missing something?
Thanks
Metadata
Metadata
Assignees
Labels
No labels