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

Block String Support #301

Merged
merged 7 commits into from
Dec 2, 2017
Merged

Block String Support #301

merged 7 commits into from
Dec 2, 2017

Conversation

OlegIlyenko
Copy link
Member

@OlegIlyenko OlegIlyenko commented Dec 1, 2017

Adds support for block strings (spec change):

mutation {
  sendEmail(message: """
    Hello,
      World!
 
    Yours,
      GraphQL.
  """)
}

Closes #260

@OlegIlyenko OlegIlyenko added this to the v1.3.3 milestone Dec 1, 2017
@OlegIlyenko OlegIlyenko self-assigned this Dec 1, 2017
@OlegIlyenko OlegIlyenko merged commit 52ea8ff into master Dec 2, 2017
@OlegIlyenko OlegIlyenko deleted the block-string branch December 2, 2017 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant