-
Hi, Perhaps a weird question, but our front-end sometimes uses __typename to determine types returned from appsync. Appsync supplies these types, and to have it work locally we'd need them there too. So my question is: would it be possible to have yoga server return the typenames as well? Kind regards, Tom |
Beta Was this translation helpful? Give feedback.
Answered by
maoosi
Feb 17, 2023
Replies: 1 comment
-
Hey @tomschut, Interesting use of __typename! And yes, definitely possible to return it from the Yoga server. I have created a new issue: #115 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maoosi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @tomschut,
Interesting use of __typename! And yes, definitely possible to return it from the Yoga server.
I have created a new issue: #115