How to extract queried fields? #5525
Unanswered
AndrewGronin
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make integration with GraphQL Hive, which is a schema and field usage registry.
To push info about requests to Hive I need a way to extract queried fields in format
[TypeName1.fieldName1, TypeName2.fieldName2 ...]
.After some digging my hypothesis is:
Is there a better way to obtain such an array of queried fields?
Beta Was this translation helpful? Give feedback.
All reactions