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

Support deprecated input object fields in introspection query #1241

Closed
caruspi opened this issue Apr 12, 2023 · 0 comments
Closed

Support deprecated input object fields in introspection query #1241

caruspi opened this issue Apr 12, 2023 · 0 comments

Comments

@caruspi
Copy link

caruspi commented Apr 12, 2023

Environment

  • Elixir version (elixir -v): 1.14.2-otp-25
  • Absinthe version (mix deps | grep absinthe): 1.7.1
  • Client Framework and version (Relay, Apollo, etc): Apollo v3.7.5

Expected behavior

When making an introspection query to get data about fields, I'd like to query for deprecated fields on input objects as defined in the graphql-spec

Actual behavior

With this PR Apollo devs added (includeDeprecated: true) as a param to inputFields in the fragment portion of the GraphQL query to download a schema.
This param is not currently supported by Absinthe and the Gradle plugin has stopped working starting from this Apollo version (3.7.5).

Also Close #1113

@caruspi caruspi changed the title Deprecated input object fields in introspection query Support deprecated input object fields in introspection query Apr 12, 2023
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

No branches or pull requests

1 participant