no-typename-prefix
Enforces users to avoid using the type name in a field name while defining your schema.
✅ The "extends": "plugin:@graphql-eslint/schema-recommended" property in a configuration file
enables this rule.
💡 This rule provides suggestions
- Category:
Schema - Rule name:
@graphql-eslint/no-typename-prefix - Requires GraphQL Schema:
falseℹ️ - Requires GraphQL Operations:
falseℹ️
Enforces users to avoid using the type name in a field name while defining your schema.