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
When using the scalar UnsignedInt in the schema file and mapping then to java.lang.Long The generateJava plugin should create the clases without compilation problems
Actual behavior
The classes created have the compilation problem
error: incompatible types: int cannot be converted to Long
private Long numberPopulation = 0;
Steps to reproduce
I added a public github repo with the configuration and the schema file
Expected behavior
When using the scalar UnsignedInt in the schema file and mapping then to java.lang.Long The generateJava plugin should create the clases without compilation problems
Actual behavior
The classes created have the compilation problem
error: incompatible types: int cannot be converted to Long
private Long numberPopulation = 0;
Steps to reproduce
I added a public github repo with the configuration and the schema file
https://github.com/hortegag/graphql-test-schema/tree/main
The text was updated successfully, but these errors were encountered: