Skip to content

Fix codebase to ensure the uniqueness of GraphQL fragment names

What does this MR do and why?

This MR enables the ESLint rule for unique GraphQL fragment names. We still need to leave some fragments with the same names in the codebase because we're using them for ee-else-ce scenario. These fragments have a linter rule disabled.

Screenshots or screen recordings

No visual changes

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #343999

Edited by Natalia Tepluhina

Merge request reports