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

Fix error with multiline input in GraphQL query #260

Merged
merged 3 commits into from
Jun 26, 2024
Merged

Conversation

mattjohnsonpint
Copy link
Member

Fixes HYP-1587

@mattjohnsonpint mattjohnsonpint requested a review from a team as a code owner June 26, 2024 15:16
Copy link

linear bot commented Jun 26, 2024

HYP-1587 Fix multiline strings in GraphQL input

GraphQL should support passing multiline strings using syntax such as:

{
  test(s:"""
line1
line2
"""
}

But this gives an error

@mattjohnsonpint mattjohnsonpint enabled auto-merge (squash) June 26, 2024 15:17
@mattjohnsonpint mattjohnsonpint merged commit edca833 into main Jun 26, 2024
4 checks passed
@mattjohnsonpint mattjohnsonpint deleted the mjp/quotes branch June 26, 2024 15:18
@mattjohnsonpint
Copy link
Member Author

Reported upstream:
wundergraph/graphql-go-tools#839

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants