0no-co / gql.tada

🪄 Magical GraphQL query engine for TypeScript
https://gql-tada.0no.co
MIT License
2.52k stars 41 forks source link

fix: support opting out of the includeDeprecated argument #192

Closed JoviDeCroock closed 4 months ago

JoviDeCroock commented 4 months ago

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

changeset-bot[bot] commented 4 months ago

🦋 Changeset detected

Latest commit: bd1441efdc13d3b0e4aacc7674a70a4df55bd16b

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

hpohlmeyer commented 4 months ago

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