-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Upon debuggin further, it looks like the DataLoader is not being triggered, probably similar problem as with #419 |
Beta Was this translation helpful? Give feedback.
-
Looks like it was caused by something in the DataLoader |
Beta Was this translation helpful? Give feedback.
Looks like it was caused by something in the DataLoader