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
Add arguments-have-descriptions rule. This rule will validate that all field arguments have a description. #219 (Thanks @aldeed)
Add descriptions-are-capitalized rule. This rule will validate that all descriptions, if present, start with a capital letter. #219 (Thanks @aldeed)
Add input-object-fields-sorted-alphabetically rule. This rule will validate that all input object fields are sorted alphabetically. #219 (Thanks @aldeed)
Add type-fields-sorted-alphabetically rule. This rule will validate that all type object fields are sorted alphabetically. #219 (Thanks @aldeed)