-
Hi I added some type ExtendsScalar in api-module
Date, DateTime, GraphpQLLong.. It's well-generated. But GraphQLBigDecimal.. I checked in this generated code - Unresolved reference: BigDecimal. Because it is not automatically imported.
here is my netflixe dgs dependency version
I wonder why BigDecimal is not automatically imported. |
Beta Was this translation helpful? Give feedback.
Answered by
GodChiken
Sep 6, 2021
Replies: 1 comment 6 replies
-
I've added [ExtendedScalars.GraphQLBigDecimal] within the Netflix project [dgs-examples-kotlin] please help me |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
GodChiken
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've added [ExtendedScalars.GraphQLBigDecimal] within the Netflix project [dgs-examples-kotlin]
, but it's the same thing that happens to my project.
please help me