We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The NPM graphql library provides a function for getting an IntrospectionQuery, with configurable support for the includeDeprecated argument, but the Hasura schema has no support for the argument at all.
Add support for an "includeDeprecated" argument to the IntrospectionQuery's types' fields' args property.
The text was updated successfully, but these errors were encountered:
Hiya, @xojc 👋
We offer deprecation via Hasura DDN, the next generation of our product. Does this satisfy what you're looking for?
Sorry, something went wrong.
No branches or pull requests
Is your proposal related to a problem?
The NPM graphql library provides a function for getting an IntrospectionQuery, with configurable support for the includeDeprecated argument, but the Hasura schema has no support for the argument at all.
Describe the solution you'd like
Add support for an "includeDeprecated" argument to the IntrospectionQuery's types' fields' args property.
The text was updated successfully, but these errors were encountered: