graphql-schema-linter icon indicating copy to clipboard operation
graphql-schema-linter copied to clipboard

Validate GraphQL schema definitions against a set of rules

Results 73 graphql-schema-linter issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | [`10.0.0` -> `10.7.3`](https://renovatebot.com/diffs/npm/mocha/10.0.0/10.7.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mocha/10.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [glob](https://togithub.com/isaacs/node-glob) | [`7.1.2` -> `7.2.3`](https://renovatebot.com/diffs/npm/glob/7.1.2/7.2.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/glob/7.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/glob/7.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [columnify](https://togithub.com/timoxley/columnify) | [`1.5.4` -> `1.6.0`](https://renovatebot.com/diffs/npm/columnify/1.5.4/1.6.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/columnify/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/columnify/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chalk](https://togithub.com/chalk/chalk) | [`2.0.1` -> `2.4.2`](https://renovatebot.com/diffs/npm/chalk/2.0.1/2.4.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chalk/2.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chalk/2.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [commander](https://togithub.com/tj/commander.js) | [`3.0.0` -> `3.0.2`](https://renovatebot.com/diffs/npm/commander/3.0.0/3.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/commander/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/commander/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

``` ➜ yarn graphql-schema-linter --comment-descriptions yarn run v1.22.19 $ ./node_modules/.bin/graphql-schema-linter --comment-descriptions It looks like you may have hit a bug in graphql-schema-linter. It would be super helpful if you could...

https://marketplace.visualstudio.com/items?itemName=hokaccha.vscode-graphql-schema-linter I've recently created a VSCode extension for the graphql-schema-linter, which aims to improve the development experience for GraphQL users. I was wondering if you might be interested in adding...

The "ignore" option seems to be, well, ignored. This fixes that.

``` --comment-descriptions use old way of defining descriptions in GraphQL SDL ``` can some more information be added what does this mean? what is the old and what is the...