Skip to content

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.

2 participants