🎉 Welcome to the new GraphQL-ESLint website. Try
new playground page →
SEPTEMBER 19-21, 2023 • SAN FRANCISCO
Register Now!
SEPTEMBER 19-21, 2023 • SAN FRANCISCO
Solutions
Ecosystem
Blog
Our Services
About Us
Contact Us
GraphQL ESLint
Customisable ESLint parser, plugin and set rules for GraphQL
Docs
Docs
Rules
Rules
Playground
Playground
GitHub
GitHub
(opens in a new tab)
VERSIONING
ESLint
8.44.0
GraphQL-ESLint
3.20.1
SCHEMA CONFIG
SCHEMA RULE
Choose a schema rule
OPERATION CONFIG
OPERATION RULE
Choose an operation rule
schema.graphql
Loading...
1:8
Description is required for scalar "DateTime"
@graphql-eslint/require-description
3:6
Description is required for type "Post"
@graphql-eslint/require-description
10:6
Description is required for type "Query"
@graphql-eslint/require-description
operation.graphql
Loading...
1:1
Anonymous GraphQL operations are forbidden. Make sure to name your query!
@graphql-eslint/no-anonymous-operations