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

I switched from graphql-schema-linter v2.0.2 to v3.0.1 And now I have a lot of `types-have-descriptions` and `fields-have-descriptions` reports. This should be OK using `--comment-descriptions`: ```graphql # Foo description. type Foo...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://togithub.com/typicode/husky) | [`4.3.8` -> `8.0.1`](https://renovatebot.com/diffs/npm/husky/4.3.8/8.0.1) | [![age](https://badges.renovateapi.com/packages/npm/husky/8.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

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

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

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/cli](https://babel.dev/docs/en/next/babel-cli) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-cli)) | [`7.17.10` -> `7.25.7`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.17.10/7.25.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@babel%2fcli/7.25.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [commander](https://togithub.com/tj/commander.js) | [`^3.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/commander/3.0.0/9.4.0) | [![age](https://badges.renovateapi.com/packages/npm/commander/9.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lint-staged](https://togithub.com/okonet/lint-staged) | [`10.5.4` -> `13.0.3`](https://renovatebot.com/diffs/npm/lint-staged/10.5.4/13.0.3) | [![age](https://badges.renovateapi.com/packages/npm/lint-staged/13.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Hello, I don't find any guidelines or samples to setup custom rules ?

Hi, I wanted to know how we can specify the format of the output as json inside the package.json file. So far, everything I tried has not worked.