Partially, yes, but that still leaves you with a ton of subscriptions that need to be tracked, data updates for those subscriptions that need to be prepared, before then the compiler adds a lot of extra code to ignore the updates essentially.
So why not just use the features supporting this already?
That said, as I missed that point earlier: Apollo Client only does this on runtime level. So yes, you still need a codegen (or gql.tada). They work in tandem :)
Comments
So why not just use the features supporting this already?