How can i deserialize PreparsedDocumentEntry #1601
Replies: 2 comments 1 reply
-
@srinivasankavitha any thoughts on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
PreparsedDocumentEntry is from graphql-java library that the DGS
framework is based on, so this would need to be a request for the library.
The framework simply exposes the functionality for you to use. Hope that
helps.
…On Tue, Aug 29, 2023 at 11:33 AM Saran Sundararajan < ***@***.***> wrote:
@srinivasankavitha <https://github.com/srinivasankavitha> any thoughts on
this?
—
Reply to this email directly, view it on GitHub
<#1601 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ5JPXN3HMUXHGOVPULW243XXYYWRANCNFSM6AAAAAA3TESO6Y>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://netflix.github.io/dgs/advanced/operation-caching/
I'm trying to save the query string and value to redis and read it back,
but while PreparsedDocumentEntry implements Serialiazble to be able to write it to redis, it has no default constructor so Jackson fails when deserializing it with object mapper.
Can we create default constructors for this so it can be deserializable?
Beta Was this translation helpful? Give feedback.
All reactions