Description
Hi everyone 👋
Martin from Apollo Kotlin here.
A question that's coming up quite often from our users is how come the codegen doesn't model classes after the GraphQL types but rather after the operations.
The reason is type safety of course (cannot access the fields you did not query) but given that GraphQL and a lot of other type systems are so similar, expecting the same shapes seems like a pretty reasonnable expectation to have.
I'd love to write a blog post explaining the different ways to look at codegen and the various tradeoffs there so that I could point users at.
Content would be cross-platform. Probably use TS for codeblocks examples but frame the content as cross platform enough so that it could apply to Swift/Kotlin developers as well.
Is that something that could belong to graphql.org? Any interest in this?