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: add new unused input type to check mutations #969

Merged
merged 2 commits into from
Jan 20, 2022

Conversation

EverlastingBugstopper
Copy link
Contributor

fixes #967 by updating the inputs to check mutations to include the new nullable excludedOperationNames field. this change was not actually a breaking change as far as the GraphQL spec is concerned (and the Studio API team is concerned), the only reason this change made rover fail to compile was because the rust graphql client we use requires that all inputs be specified even if they are nullable.

@EverlastingBugstopper EverlastingBugstopper added the fix 🩹 fixes a bug label Jan 20, 2022
@EverlastingBugstopper EverlastingBugstopper added this to the 0.4.2 or 0.5.0 milestone Jan 20, 2022
@EverlastingBugstopper EverlastingBugstopper merged commit ad74a49 into main Jan 20, 2022
@EverlastingBugstopper EverlastingBugstopper deleted the avery/fix-builds branch January 20, 2022 17:06
This was referenced Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🩹 fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build fails with the recent schema from Apollo
1 participant