|
I trying to pass down a local context from my resolver which is implemented as a suspend function. When I execute the query it simply stops responding after I return from my suspend function. |
Answered by
hameno
Nov 10, 2021
Replies: 2 comments
|
Upon debuggin further, it looks like the DataLoader is not being triggered, probably similar problem as with #419 |
0 replies
|
Looks like it was caused by something in the DataLoader |
0 replies
Answer selected by
hameno
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like it was caused by something in the DataLoader