Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm struggling to make
@defer
work together with schema stitching.I did this simple server to show the issue:
When I query root fields like:
Then it works fine. I get the fast field first and a bit later the slow field. But when I try the same on a nested field:
It waits for the slowField to finish before it returns data. Looking at the traffic it does multiple parts. But they are all send at the same time:
Is that expected or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions