Skip to content

serialize for block string #123

@littlelouishu

Description

@littlelouishu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions