We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I will need to check what it means in detail but it should be fine to change it.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: