Support for @defer?
Closed this issue · 1 comments
FezVrasta commented
I was wondering if support for @defer
could be implemented? When I try to use it I get No data returned for operation
while using getStreamableQuery
, but if I use useClientQuery
it works correctly.
FezVrasta commented
My bad, I was using fetch-multipart-graphql
and for some reason it doesn't work with this POC. Using your implementation worked.