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: false
to mimic the behaviour that Apollo has (e.g. requesting__typename
implicitly in queries in order to properly cache entities)? If so, I'd expect__typename
to only be added in queries / mutations not fragments. So I'm wondering, what is the rationale for adding__typename
in fragments and is there a way to disable that?Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions