router icon indicating copy to clipboard operation
router copied to clipboard

@defer support

Open BrynCooke opened this issue 4 years ago • 1 comments

Current plan

Implement defer only for now, in the router, with some query planner modification.

@defer RFC

Related issues:

  • #1178
  • #1179
  • #1180
  • #1181

To be defined:

  • response stream format: right now the stream is apparent in all signatures, maybe we could have instead response types that holds the headers then a (generic) stream of graphql responses
  • adapting telemetry: telemetry now registers one operation per response (deferred or not), that might not be what we want in the end. But also, telemetry does not really have a concept of deferred responses

BrynCooke avatar Jul 06 '21 19:07 BrynCooke

I've changed this issue to just be about @defer. We can still think about @stream support in that design, but the outcome might just be @defer. 😜

abernix avatar May 17 '22 11:05 abernix

This is done via a lot of tickets.

abernix avatar Aug 31 '22 07:08 abernix