You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're working on @defer / @stream support and will be tracking progress in #5893. The docs you referenced were for an experimental implementation of @defer / @stream that did not make it into Apollo Server. Thanks!
I'm trying to get deferred queries to work following this doc.
I installed the alpha build - "apollo-server": "^2.19.0-alpha.1",
I'm trying to use @defer tag on a field but I get "Unknown directive "defer"." error.
The text was updated successfully, but these errors were encountered: