graphql-schema-linter icon indicating copy to clipboard operation
graphql-schema-linter copied to clipboard

Enable whitelist-ignoring rules by argument name

Open casey-chow opened this issue 2 years ago • 0 comments

One issue I'm finding with making my schema more consistent is that enabling certain rules requires adding documentation where it may be noisy, for example with arguments-have-descriptions, where all of our mutations have a single argument input which is well-defined and conventional. I'd like to be able to whitelist the specific name input as self-explanatory in our configuration so I don't need to copy-paste the same lint disables or boilerplate documentation.

casey-chow avatar Aug 26 '22 21:08 casey-chow