Morning all, I'm trying to use the `graphqlGenera...
# graphql-kotlin
c
Morning all, I'm trying to use the
graphqlGenerateSDL
but it's failing due to using the `graphql-java-extended-scalars`'s
BigDecimal
- I can't see anywhere specify the scalars list from the docs like you can do in the
client
gradle task, does anyone know the approach for this?
Copy code
Execution failed for task ':graphqlGenerateSDL'.
> There was a failure while executing work items
   > A failure occurred while executing com.expediagroup.graphql.plugin.gradle.actions.GenerateSDLAction
      > Cannot convert java.math.BigDecimal? since it is not a valid GraphQL type or outside the supported packages "[com.example]"
Thanks in advance
c
Totally missed the META-INF part - all working now, thanks a lot!
👍 2