merchant-center-application-kit icon indicating copy to clipboard operation
merchant-center-application-kit copied to clipboard

Investigate using @graphql-eslint/eslint-plugin instead of our current plugin

Open emmenko opened this issue 4 years ago • 1 comments

Investigate using https://github.com/dotansimha/graphql-eslint/ instead of our current plugin.

emmenko avatar Jan 18 '21 10:01 emmenko

Background: GraphQL Schema introspection is used to fetch GraphQL Schema (and for instance, populate Docs in GraphiQL UI). The ESLint plugin uses this Schema to validate GraphQL Documents. The plugin we currently use seems to be less maintained and less active than the alternative @graphql-eslint/eslint-plugin.

mmaltsev-ct avatar Mar 21 '22 09:03 mmaltsev-ct