-
Notifications
You must be signed in to change notification settings - Fork 106
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
Rule for checking name of input of a mutation end with "Input" only at top level #1928
Comments
This rule is what are you looking for? https://the-guild.dev/graphql/eslint/rules/input-name |
No @B2o5T, the rule that you pointed out is checking for all occurrences of inputs. We want to check it only for top level input which is defined within mutation in parenthesis. If you see in the example, our input is nested in which
|
@B2o5T, do you have plan to implement this? |
@dimaMachina , also the rule is checking for |
@gituserjava accepted, maybe via a new option for an existing rule? |
yes I think we can add an option to existing rule. |
Allow
The text was updated successfully, but these errors were encountered: