graphql-eslint
graphql-eslint copied to clipboard
error Definition for rule '@graphql-eslint/require-selections' was not found
it's still operations-recommended
In my case I had this issue because I was expecting require-selections
to be available on the latest stable NPM version, which is 3.20.1
-- however, the documentation references version 4.0.0_alpha
. It would be nice if we could view docs for earlier versions.