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

Diff should detect deprecated directive on input field and field argument #2199

Open
Tracked by #2441
ZejunNinaWang opened this issue Nov 1, 2022 · 1 comment
Open
Tracked by #2441
Assignees

Comments

@ZejunNinaWang
Copy link

Is your feature request related to a problem? Please describe.

The GraphQL Spec recently allowed the deprecated directive to be added on input field and field argument (pr link). However, the diff API in latest graphql-inspector does not detect the deprecated directive added on input field and field argument.

Describe the solution you'd like

Check if a field argument or input field is deprecated using the isDeprecated function and add to changes if found any

Describe alternatives you've considered

none

Additional context

@richard-kramer
Copy link

richard-kramer commented Aug 21, 2023

This is pretty important for me, as argument deprecations fly under the radar, but need to be communicated to the users. Is there any way for me to accelerate the integration of a fix? I could provide some support if needed, but am not familiar with the development of the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants