Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Nov 17, 2024
1 parent 4615d3b commit bb4a55f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions website/src/pages/rules/deprecated-rules.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Deprecated Rules

## `avoid-duplicate-fields`

This rule was renamed to [`no-duplicate-fields`](/rules/no-duplicate-fields).

## `avoid-scalar-result-type-on-mutation`

This rule was renamed to
[`no-scalar-result-type-on-mutation`](/rules/no-scalar-result-type-on-mutation).

## `avoid-typename-prefix`

This rule was renamed to [`no-typename-prefix`](/rules/no-typename-prefix).

## `avoid-operation-name-prefix`

This rule was removed because the same things can be validated using
[`naming-convention`](/rules/naming-convention).

## `no-operation-name-suffix`

This rule was removed because the same things can be validated using
[`naming-convention`](/rules/naming-convention).

## `require-id-when-available`

This rule was renamed to [`require-selections`](/rules/require-selections).

## `no-case-insensitive-enum-values-duplicates`

This rule was renamed to [`unique-enum-value-names`](/rules/unique-enum-value-names).

0 comments on commit bb4a55f

Please sign in to comment.