Replies: 2 comments
-
this is the stack trace of the issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Actually, the issue seems to happen with the columns that are JSON on the database. e..g. Caused by: java.lang.IllegalArgumentException: The given string value: "XXXX" cannot be transformed to Json object entity class definition
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
We're writing our GraphQL endpoints using com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter and com.netflix.graphql.dgs:graphql-dgs-extended-scalars, and also we want to test them using DgsQueryExecutor (https://netflix.github.io/dgs/query-execution-testing/)
The issue that is raised when we try to consume some types that have any scalar type property (like JSON), we are getting the following error, even when the query is valid (regardless if we're requesting the scalar properties or not)
this is the call (also is happening when using executeAndExtractJsonPath and executeAndExtractJsonPathAsObject)
And as you can see, the query is resolved successfully thru other clients
As additional info, there is the schema definition
Beta Was this translation helpful? Give feedback.
All reactions