Introspection Upgrade #6920
Unanswered
alexander161198
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
-
Hello everyone!
I need to upgrade the introspection query (__type kind) by adding some extra string fields. I decide to create custom method that returns original type info with my extra fields. But first of all I can't return original type info.
That's what I'm doing:
But there is no field OriginalType in graphql schema. There is only the string field:
Can anyone help me with this task, please? Is there a way to get OriginalType field visible?
Beta Was this translation helpful? Give feedback.
All reactions