graphql-eslint icon indicating copy to clipboard operation
graphql-eslint copied to clipboard

mention in docs `@graphql-eslint/require-selections` `When Not To Use It` section

Open dimaMachina opened this issue 1 year ago • 0 comments

Some additional context: relay-compiler adds it automatically to any type that has an id field even if it hasn't been explicitly requested. Requesting field that is then not used in the code directly is clashing with different relay rule - relay/unused-fields. We decided to keep it disabled for now.

dimaMachina avatar Oct 18 '24 10:10 dimaMachina