graphql-schema-linter
Advanced tools
Changelog
0.2.5 (April 4th, 2020)
arguments-have-descriptions
rule. This rule will validate that all field arguments have a description. #219 (Thanks @aldeed)descriptions-are-capitalized
rule. This rule will validate that all descriptions, if present, start with a capital letter. #219 (Thanks @aldeed)input-object-fields-sorted-alphabetically
rule. This rule will validate that all input object fields are sorted alphabetically. #219 (Thanks @aldeed)type-fields-sorted-alphabetically
rule. This rule will validate that all type object fields are sorted alphabetically. #219 (Thanks @aldeed)