Long representation in the schema is not coming up as java.lang.Long in the POJOs created and instead coming as String; Is there a specific version with the fix for this? #930
-
Long representation in the schema is not coming up as java.lang.Long in the POJOs created and instead of coming as String; I've been doing manual override in the pom.xml through "customTypesMapping" configuration to overcome this and would to avoid going that way. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Please share your schema |
Beta Was this translation helpful? Give feedback.
-
@siva54 this is not supported and will not be until GraphQL specification allows such scalar:
There's no such out-of-the-box scalar as |
Beta Was this translation helpful? Give feedback.
@siva54 this is not supported and will not be until GraphQL specification allows such scalar:
https://graphql.org/learn/schema/#scalar-types
As you can see o the spec above:
There's no such out-of-the-box scal…