You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: