skipTypename adds __typename in fragments?
#8737
Unanswered
thomas-at-perdoo
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.
-
Hello, just a quick question:
Isn't the purpose of
skipTypename: falseto mimic the behaviour that Apollo has (e.g. requesting__typenameimplicitly in queries in order to properly cache entities)? If so, I'd expect__typenameto only be added in queries / mutations not fragments. So I'm wondering, what is the rationale for adding__typenamein fragments and is there a way to disable that?Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions