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

Warning: a promise was created in a handler at /node_modules/graphql-jit/src/execution.ts:789:31 but was not returned from it #23

Open
wesselvdv opened this issue Apr 18, 2019 · 1 comment

Comments

@wesselvdv
Copy link

Using Bluebird als the global promise is giving me the following error:

Warning: a promise was created in a handler at /app/node_modules/graphql-jit/src/execution.ts:789:31 but was not returned from it

Seems that if you know what you're doing (I guess you are, ;-)), you should explicitly return null instead of undefined.

@ruiaraujo
Copy link
Collaborator

I will need to check what it means in detail but it should be fine to change it.

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