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

Make GraphiQLProvider component's "inputValueDeprecation" property configurable #2242

Open
6 tasks
xojc opened this issue Nov 21, 2024 · 0 comments
Open
6 tasks

Comments

@xojc
Copy link

xojc commented Nov 21, 2024

Feature description

Make the inputValueDeprecation property of the GraphiQLProvider component configurable.

Motivating example

Some graphql schemas, such as the one included in the Hasura GraphQL Engine, don't support an includeDeprecated argument at the IntrospectionQuery's fields' types' args level, and the graphql npm library support its configurable inclusion via the inputValueDeprecation, which is passed by the GraphiQLProvider component to the IntrospectionQuery retrieval method, so the ruru integration of the component should include configurability of the GraphiQLProvider's inputValueDeprecation property.

Breaking changes

Supporting development

I [tick all that apply]:

  • am interested in building this feature myself
  • am interested in collaborating on building this feature
  • am willing to help testing this feature before it's released
  • am willing to write a test-driven test suite for this feature (before it exists)
  • am a Graphile sponsor ❤️
  • have an active support or consultancy contract with Graphile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants