Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL deferred execution failed to complete Error #3

Open
e-lobo opened this issue Sep 29, 2022 · 2 comments
Open

GraphQL deferred execution failed to complete Error #3

e-lobo opened this issue Sep 29, 2022 · 2 comments

Comments

@e-lobo
Copy link

e-lobo commented Sep 29, 2022

For instance say you are resolving a field as None and it is defined in schema as Non Null ( ! ). Now because of the below screenshot.

=> GraphQL deferred execution failed to complete Error

Upon investigating the flow of execution of SyncFuture i noticed the below
image
callback() here throws the error seen below

image

Now im not sure why SyncFuture below is in Pending State though

image

@jkimbo
Copy link
Owner

jkimbo commented Oct 3, 2022

Thanks for the bug report @e-lobo . I thought that we might be able to avoid having to capture exceptions in futures (like promises do) but it I don't think it's avoidable. Will update here when it's working.

@e-lobo
Copy link
Author

e-lobo commented Jan 23, 2023

@jkimbo basically any error getting raised inside our dataloader throws this error instead of the actual error..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants