🎉 Welcome to the new GraphQL-ESLint website. Try new playground page →
Rules
Unique Directive Names

unique-directive-names

✅ The "extends": "plugin:@graphql-eslint/schema-recommended" property in a configuration file enables this rule.

  • Category: Schema
  • Rule name: @graphql-eslint/unique-directive-names
  • Requires GraphQL Schema: false ℹī¸
  • Requires GraphQL Operations: false ℹī¸

A GraphQL document is only valid if all defined directives have unique names.

This rule is a wrapper around a graphql-js validation function.

Resources