Replies: 2 comments
-
Is there a way to remove the built-in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, have you looked at our scalars documentation ? val graphQLResult = GraphQL.newGraphQL(graphQLSchema)
.valueUnboxer(IDValueUnboxer())
.build()
.execute(query) |
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
-
Library Version
'org.http4k:http4k-graphql:4.33.1.0'
'com.expediagroup:graphql-kotlin-schema-generator:6.3.0'
Describe the bug
An error occurs when serializing a
null
asID?
To Reproduce
The above test fails as the second assertion fails with the following error.
Expected behavior
GraphQL response should not contain serialization errors.
Beta Was this translation helpful? Give feedback.
All reactions