Replies: 1 comment
-
|
This is resolved. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
We are using the library in our Graphql server written in Kotlin. I have a query very similar to the one here (and I tried the solution proposed to solve the issue we have but it did not) :
So when we run the query below:
The funtion which resolves the query returns all the properties given in
PropertyDetailsInput. We are using adataloaderto fetch the properties. Let's call itdataloader-1. Then the funtion to resolve the detail field is being called and then we are using anotherdataloaderto fetch the details. Let's call that onedataloader-2. In this casedataloader-2is not responding and just hanging with no result. If I omitdetailsfrom the query then it runs perfectly.Can anyone help me navigate that? Has anyone encountered the same issue before?
Beta Was this translation helpful? Give feedback.
All reactions