-
Notifications
You must be signed in to change notification settings - Fork 493
Closed
Description
Hello,
This is a feature request to support "Block Strings" as per the spec: https://facebook.github.io/graphql/June2018/#sec-String-Value
I have reproduced this issue in the starwars example in this repo.
Example mutation that will trigger this issue:
mutation {
createReview(episode:NEWHOPE, review: {stars: 0, commentary: """1
2"""}) {
stars
}
}
Response:
{
"errors": [
{
"message": "syntax error: unexpected \"\\\"1\\n\", expecting Ident",
"locations": [
{
"line": 31,
"column": 66
}
]
}
]
}
Log output: <input>:31:66: literal not terminated
pavelnikolov
Metadata
Metadata
Assignees
Labels
No labels