dgs-examples-java icon indicating copy to clipboard operation
dgs-examples-java copied to clipboard

serialize for block string

Open littlelouishu opened this issue 3 years ago • 0 comments

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

littlelouishu avatar Jan 31 '23 05:01 littlelouishu