You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I hava a graphql-js implementation calling graphql-java, while I was trying to deprecate some field in a fragment, I ran into the validation error, I wonder if there is a way to catch that with this tool.
Is your feature request related to a problem? Please describe.
I hava a graphql-js implementation calling graphql-java, while I was trying to deprecate some field in a fragment, I ran into the validation error, I wonder if there is a way to catch that with this tool.
https://www.graphql-java.com/documentation/sdl-directives#declaring-directives
Describe the solution you'd like
Support linting for
deprecated
directive locationsDescribe alternatives you've considered
n/a
Additional context
Error message
I can see this is a problem btw the different graphql implementations.
relates to graphql-java/graphql-java#3694
The text was updated successfully, but these errors were encountered: