graphql-schema-linter
Advanced tools
Changelog
0.1.1 (February 13th, 2018)
graphql-config
until it is actually used.Changelog
0.1.0 (February 12th, 2018)
Descriptions must now be defined as strings instead of comments as outlined in the spec.
In order to provide a graceful upgrade path, users can use the --comment-descriptions
option to use the old way of defining descriptions.
More information available in #95.
Changelog
0.0.30 (February 12th, 2018)
defined-types-are-used
should not report errors for Mutation
as that the naming convention for a schema's mutation root. #94defined-types-are-used
should not report unreferenced types that implement an interface that is used. #94