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
If GraphQL server returns the errors property in its payload a reject is called but there is no return statement after that so the code proceeds further down and calls resolve method.
The text was updated successfully, but these errors were encountered:
In the QueryManager.mutate method there is this code:
If GraphQL server returns the errors property in its payload a reject is called but there is no return statement after that so the code proceeds further down and calls resolve method.
The text was updated successfully, but these errors were encountered: