We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The framework should serialize the json response to an object, including DateTime scalar values.
Jackson's ObjectMapper does not know about the scalar and a DgsQueryExecutionDataExtractionException is thrown.
Please see the issue I opened in dgs-examples-java.
The text was updated successfully, but these errors were encountered:
I'm not sure if this is as simple as adding
.registerModule(JavaTimeModule())
to the ObjectMapper initialization in DefaultDgsQueryExecutor.kt
Sorry, something went wrong.
Thanks for reporting, we will look into it.
@srinivasankavitha I managed to fix it and will have a pull request in soon.
Successfully merging a pull request may close this issue.
Expected behavior
The framework should serialize the json response to an object, including DateTime scalar values.
Actual behavior
Jackson's ObjectMapper does not know about the scalar and a DgsQueryExecutionDataExtractionException is thrown.
Steps to reproduce
Please see the issue I opened in dgs-examples-java.
The text was updated successfully, but these errors were encountered: