Replies: 1 comment
-
Converted to issue as this appears to be a bug: #2911 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When provided, the
requireAllFields
option for the@graphql-eslint/require-selections
rule requires that you select those fields even on types that don't implement them. For example, I'd like to enforce that metadata about Relay connections is fetched:For an example document that conforms to the rule:
I get loads of errors complaining about me not selecting fields that don't exist e.g.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions