graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Support @defer?

Open tomhoule opened this issue 7 years ago • 0 comments

https://blog.apollographql.com/introducing-defer-in-apollo-server-f6797c4e9d6e

This is not part of the spec. The parts that are not fetched yet could be None, and the patches would have that field as a root. How could we support this:

  • In the core library?
  • In a transport-specific way? (e.g. with websockets for the deferred data in browsers)

tomhoule avatar Jul 29 '18 08:07 tomhoule