graphql-schema-linter
Advanced tools
Comparing version 0.0.13 to 0.0.14
# Changelog | ||
## 0.0.14 (August 27th, 2017) | ||
- Do not require descriptions on type extension definitions. [#41](https://github.com/cjoudrey/graphql-schema-linter/pull/41) | ||
## 0.0.13 (August 27th, 2017) | ||
@@ -4,0 +8,0 @@ |
@@ -14,2 +14,5 @@ 'use strict'; | ||
return { | ||
TypeExtensionDefinition: function TypeExtensionDefinition(node) { | ||
return false; | ||
}, | ||
InterfaceTypeDefinition: function InterfaceTypeDefinition(node) { | ||
@@ -16,0 +19,0 @@ if ((0, _buildASTSchema.getDescription)(node)) { |
{ | ||
"name": "graphql-schema-linter", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Command line tool and package to validate GraphQL schemas against a set of rules.", | ||
@@ -5,0 +5,0 @@ "author": "Christian Joudrey", |
@@ -5,3 +5,3 @@ # graphql-schema-linter [![Travis CI](https://travis-ci.org/cjoudrey/graphql-schema-linter.svg?branch=master)](https://travis-ci.org/cjoudrey/graphql-schema-linter) [![npm version](https://badge.fury.io/js/graphql-schema-linter.svg)](https://yarnpkg.com/en/package/graphql-schema-linter) | ||
![](https://raw.githubusercontent.com/cjoudrey/graphql-schema-linter/master/screenshot.png) | ||
![](https://raw.githubusercontent.com/cjoudrey/graphql-schema-linter/master/screenshot-v0.0.13.png) | ||
@@ -8,0 +8,0 @@ If you're looking to lint your GraphQL queries, check out this ESLint plugin: [apollographql/eslint-plugin-graphql](https://github.com/apollographql/eslint-plugin-graphql). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
380746
621