You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
graphql/graphql-spec#327
The text was updated successfully, but these errors were encountered: