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 opting out of the includeDeprecated argument #192

Merged
merged 5 commits into from
Apr 12, 2024

Conversation

JoviDeCroock
Copy link
Member

@JoviDeCroock JoviDeCroock commented Apr 12, 2024

Resolves #189

Summary

In the October 2021 spec __Field.args and __Directive.args aren't explicitly said to support includeDeprecated: Boolean as an argument.

https://spec.graphql.org/October2021/#sec-The-__Field-Type
https://spec.graphql.org/October2021/#sec-The-__Directive-Type

vs

https://spec.graphql.org/draft/#sec-The-__Field-Type
https://spec.graphql.org/draft/#sec-The-__Directive-Type

Copy link

changeset-bot bot commented Apr 12, 2024

🦋 Changeset detected

Latest commit: bd1441e

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@JoviDeCroock JoviDeCroock force-pushed the support-opting-out-include-deprecated branch from b439e27 to 5b7c284 Compare April 12, 2024 09:35
@JoviDeCroock JoviDeCroock force-pushed the support-opting-out-include-deprecated branch from 5b7c284 to bc78ad4 Compare April 12, 2024 09:38
@JoviDeCroock JoviDeCroock force-pushed the support-opting-out-include-deprecated branch from 8dfb062 to bd1441e Compare April 12, 2024 09:42
@hpohlmeyer
Copy link

I have patch my package locally and can confirm that this PR fixes #189.

@JoviDeCroock JoviDeCroock merged commit 6ed2325 into main Apr 12, 2024
2 checks passed
@JoviDeCroock JoviDeCroock deleted the support-opting-out-include-deprecated branch April 12, 2024 10:25
@github-actions github-actions bot mentioned this pull request Apr 12, 2024
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.

Support query fails to cover includeDeprecated arg
3 participants