It would be awesome to have this as part of absinthe! I am interested how complex this would be to add (and perhaps start with a PR), I guess since we already have subscriptions perhaps a lot of the plumbing is already there. But I can also see that it might be a pretty tricky and need architecture changes.
It's already supported in apollo server (https://blog.apollographql.com/introducing-defer-in-apollo-server-f6797c4e9d6e) and apollo client.
Hey @jfrolich there's a PR which addresses this here: https://github.com/absinthe-graphql/absinthe/pull/559. It's been on ice while we've been working on the schema refactoring. That is making solid progress these days after about a 6 month haitus, so hopefully we can look towards @defer after 1.5 is released.
Great news!
Most helpful comment
Hey @jfrolich there's a PR which addresses this here: https://github.com/absinthe-graphql/absinthe/pull/559. It's been on ice while we've been working on the schema refactoring. That is making solid progress these days after about a 6 month haitus, so hopefully we can look towards
@deferafter 1.5 is released.