Serialization of java.util.Map #663
-
Hi,
graphqlCodegen task has section
The problem consists of when client sends request it serializes this object like this:
As you can see, key/value is unquoted, but my grapqh-java server expects key is unquoted, but value is quoted. Is there a way to overcome this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think it has something the do with the serialisation of the Map. |
Beta Was this translation helpful? Give feedback.
-
@chemeugene I've created a new issue to track this: #668 and a PR with changes to |
Beta Was this translation helpful? Give feedback.
@chemeugene I've created a new issue to track this: #668 and a PR with changes to
GraphQLRequestSerializer
.Please review and let me know what you think: https://github.com/kobylynskyi/graphql-java-codegen/pull/669/files#diff-09c6dd12f22abc1a50704cc01179bf263e44284d0107352701fb51231828f156R439-R462