Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL: Support block strings #3598

Closed
lydell opened this issue Dec 28, 2017 · 1 comment
Closed

GraphQL: Support block strings #3598

lydell opened this issue Dec 28, 2017 · 1 comment
Labels
lang:graphql Issues affecting GraphQL locked-due-to-inactivity Please open a new issue and fill out the template instead of commenting.

Comments

@lydell
Copy link
Member

lydell commented Dec 28, 2017

graphql/graphql-spec#327

query {
	posts(contains: """once
upon
a time""") {
      id
    }
}

The above currently fails to parse.

@lydell lydell added the lang:graphql Issues affecting GraphQL label Dec 28, 2017
@lydell
Copy link
Member Author

lydell commented Dec 28, 2017

Merging into #3601.

@lydell lydell closed this as completed Dec 28, 2017
@lock lock bot added the locked-due-to-inactivity Please open a new issue and fill out the template instead of commenting. label Jul 6, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lang:graphql Issues affecting GraphQL locked-due-to-inactivity Please open a new issue and fill out the template instead of commenting.
Projects
None yet
Development

No branches or pull requests

1 participant