Can I import GraphQLESTreeNode from somewhere? #2124
Unanswered
alexeyr-ci
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to write a custom rule modelled on an existing one as suggested in https://the-guild.dev/graphql/eslint/docs/custom-rules#more-examples (specifically, to require
__typename
as a workaround for #1075). However, for complex selectors it looks likeGraphQLESTreeNode
is needed, and I can't find how I can import it; RubyMine suggestsbut then I get
Beta Was this translation helpful? Give feedback.
All reactions