-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels