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 support for graphql 16 #1670

Merged
merged 1 commit into from Nov 1, 2021
Merged

fix support for graphql 16 #1670

merged 1 commit into from Nov 1, 2021

Conversation

rochdev
Copy link
Member

@rochdev rochdev commented Nov 1, 2021

What does this PR do?

Fix support for graphql 16 by no longer altering the execution arguments.

Motivation

Positional arguments were deprecated in graphql 16 in graphql/graphql-js#2904. Tests were using positional arguments so they started failing. The arguments were also always converted to an object since the library handled both in the same way, which is no longer the case.

@rochdev rochdev added this to the 1.5.1 milestone Nov 1, 2021
@rochdev rochdev requested a review from a team as a code owner November 1, 2021 17:21
@rochdev rochdev merged commit ba1fa7e into master Nov 1, 2021
@rochdev rochdev deleted the graphql-16 branch November 1, 2021 20:57
rochdev added a commit that referenced this pull request Nov 2, 2021
rochdev added a commit that referenced this pull request Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants