eslint-plugin-graphql icon indicating copy to clipboard operation
eslint-plugin-graphql copied to clipboard

:vertical_traffic_light: Check your GraphQL query strings against a schema.

Results 98 eslint-plugin-graphql issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`6.8.0` -> `9.2.0`](https://renovatebot.com/diffs/npm/eslint/6.8.0/9.2.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/cli](https://babel.dev/docs/en/next/babel-cli) ([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-cli)) | [`7.10.1` -> `7.24.5`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.10.1/7.24.5) |...

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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | [`7.2.0` -> `10.4.0`](https://renovatebot.com/diffs/npm/mocha/7.2.0/10.4.0) |...

Hi 👋, I have the below Relay GraphQL query: ``` fragment expandedCard on Board { __id // Cannot query field "__id" on type "Board".eslint(graphql/template-strings) } ``` However, ESLint rule graphql/template-strings...

## Motivation / Implements This PR adds or updates the necessary configuration to enable [Semgrep](https://semgrep.dev/docs/semgrep-code/overview/) to run on PRs on this repo. The Apollo Security team uses Semgrep to test...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [graphql](https://togithub.com/graphql/graphql-js) | [`^0.12.0 \|\| ^0.13.0 \|\| ^14.0.0...

Hello, There is a [security vulnerability](https://github.com/advisories/GHSA-6fc8-4gx4-v693) with the [ws](https://www.npmjs.com/package/ws) package that this plugin transitively depends on. Can we update `graphql-config` to version `4.x.x` (since that is the latests version that...

ESLint v8.0.0 is [released](https://eslint.org/blog/2021/10/eslint-v8.0.0-released) 🎉 It would be awesome to have official ESLint 8 support. 👊 I'm happy to help where I can of course 🙂

Hello, There is two high risk security vulnerabilities related to [node-fetch](https://github.com/advisories/GHSA-r683-j2x4-v87g) package and [minimatch](https://github.com/advisories/GHSA-f8q6-p94x-37v3) that this plugin depends on. Could you update the versions of those dependencies to their patched...