apollo-kotlin icon indicating copy to clipboard operation
apollo-kotlin copied to clipboard

@defer support

Open martinbonnin opened this issue 4 years ago • 3 comments

Add support for @defer/@stream from https://github.com/graphql/graphql-js/issues/2848

See also https://github.com/apollographql/apollo-android/issues/3494

martinbonnin avatar Nov 16 '21 13:11 martinbonnin

Just a quick planning update - we're targeting @defer support only to start.

hwillson avatar Jan 21 '22 14:01 hwillson

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

BoD avatar Feb 21 '22 10:02 BoD

As part of this work we'll need to verify everything is working as expected with the Apollo Router @defer alpha.

hwillson avatar Jul 28 '22 15:07 hwillson

👋 @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

jpvajda avatar Sep 09 '22 15:09 jpvajda