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

Fixes an issue where existing query params on graphQLEndpoint are ignored #1687

Merged

Conversation

min
Copy link
Contributor

@min min commented Feb 26, 2021

What

Currently there's no way to add additional query parameters to the GET graph requests as it appears the GraphQLGETTransformer is creating a new array of queryItems and ignoring any parameters that's already on the graphQLEndpoint

@apollo-cla
Copy link

@min: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/

@designatednerd designatednerd added this to the Next Release milestone Feb 26, 2021
Copy link
Contributor

@designatednerd designatednerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the clear explanation and for adding a test!

@designatednerd designatednerd merged commit 083c853 into apollographql:main Feb 26, 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.

3 participants