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
executeFields (for queries) returns MaybePromise executeFieldsSerially (for mutations) returns Promise and this is not "sync"
https://github.com/graphql/graphql-js/blob/master/src/execution/execute.js#L399
Could you please rewrite executeFieldsSerially to return MaybePromise also?
Thanks! :)
The text was updated successfully, but these errors were encountered:
Execute serially supporting sync execution.
51e44db
Refactors executeFieldsSerially to return MaybePromise Fixes #1195
e756c72
Execute serially supporting sync execution. (#1198)
1158cd4
No branches or pull requests
executeFields (for queries) returns MaybePromise
executeFieldsSerially (for mutations) returns Promise and this is not "sync"
https://github.com/graphql/graphql-js/blob/master/src/execution/execute.js#L399
Could you please rewrite executeFieldsSerially to return MaybePromise also?
Thanks! :)
The text was updated successfully, but these errors were encountered: