You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to use schema-gen graphql along with java - dataloader for fetching details for n+1 level but the library gets stuck. It seems there is not much support when the object goes in the form of dataloader. As the dataloader internally uses completable future and becomes a complex object, so te schemagen library is not able to parse the dataloader object as it never reaches the completion stage. It will be good if we get some support regarding this issue.
The text was updated successfully, but these errors were encountered:
We are trying to use schema-gen graphql along with java - dataloader for fetching details for n+1 level but the library gets stuck. It seems there is not much support when the object goes in the form of dataloader. As the dataloader internally uses completable future and becomes a complex object, so te schemagen library is not able to parse the dataloader object as it never reaches the completion stage. It will be good if we get some support regarding this issue.
The text was updated successfully, but these errors were encountered: