dgs-examples-java
dgs-examples-java copied to clipboard
serialize for block string
Sorry if I'm wrong. I noticed the method below it's seems like can not properly treat the block string (ex: description : """abc""" with triple ") String com.netflix.graphql.dgs.client.codegen.GraphQLQueryRequest.serialize()
The value of string like ""abc"" will be treated as "\"\"abc\"\"" after serialize().
Any solution I can treat the block string properly with the DGS framework?
https://github.com/graphql/graphql-spec/pull/327