apollo-kotlin
apollo-kotlin copied to clipboard
@defer support
Add support for @defer/@stream from https://github.com/graphql/graphql-js/issues/2848
See also https://github.com/apollographql/apollo-android/issues/3494
Just a quick planning update - we're targeting @defer support only to start.
Let's use this one as the umbrella ticket.
- user-facing API changes PR: #3858
Sub tickets:
- #3881
- #3882
- #3883
- #3938
- #3884
- #3885
- #3886
- #3968
- #3981
- #3887
- #4349
As part of this work we'll need to verify everything is working as expected with the Apollo Router @defer alpha.
👋 @defer support is now available an experimental feature in our Kotlin client. You can read more about it's use in our documentation and change log