🎉 Welcome to the new GraphQL-ESLint website. Try new playground page →

VERSIONING

ESLint8.35.0GraphQL-ESLint3.16.0

SCHEMA CONFIG

SCHEMA RULE


OPERATION CONFIG

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