John Vajda
John Vajda
@john-twigg-ck 👋 I just made a [separate issue](https://github.com/apollographql/apollo-ios/issues/2395) for `@defer` support in our iOS client. Apollo is currently working on supporting `@defer` with Apollo Router and our Web and Kotlin...
@tgyhlsb Thanks for sharing your use case here. We have been considering supporting local only fields in [Kotlin](https://www.apollographql.com/docs/kotlin) client as well, I'll link these 2 issues together as many developers...
From a discussion I had with the requester of this feature: There is sort of a work around where you can create a `getFoo(uuid: ID!): Foo` query then have the...
@rkoron007 said we can chat about these docs needs soon, and I suggested we provide her team an outline of what we think will need to change, I'll setup some...
@kimdv Good suggestion! We do accept PRs for our documentation, if you had some time and wanted to contribute that would be great. We'd be happy to review whatever you...
just adding some details to this as I understand it for clarity sake: `Type hoisting` Type hoisting means the code gen engine moves the type declarations to the top of...
I have a draft of the blog ready for review, I'll share with the team for feedback.
the post can be found here: https://www.apollographql.com/blog/mobile/ios/apollo-ios-client-1-0-with-improved-code-generation/
Re-opening and transferring to the feature-request repo.
@rgrove Thanks for asking this question, I'm going to look into this and discuss with the team what we should do here.