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

Include deprecated input_fields for absinthe.schema.json #1345

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

aaronrenner
Copy link
Contributor

@aaronrenner aaronrenner commented Oct 28, 2024

Fixes #1327. The deprecated input fields are no longer included in the mix absinthe.schema.json file due to three new includeDeprecated arguments which default to false created in #1291. This adds includeDeprecated: true in the introspection query for each of these arguments.

I also added test coverage to ensure these test fields are actually being included.

@aaronrenner aaronrenner force-pushed the ar-include-deprecated-input-fields-in-mix-absinthe-schema-json branch from 1db4346 to 279e4db Compare October 28, 2024 21:44
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.

Mix.Tasks.Absinthe.Schema.Json nolonger includes deprecated input fields
1 participant