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
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.
The text was updated successfully, but these errors were encountered:
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 argumentinput
which is well-defined and conventional. I'd like to be able to whitelist the specific nameinput
as self-explanatory in our configuration so I don't need to copy-paste the same lint disables or boilerplate documentation.The text was updated successfully, but these errors were encountered: