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
For example, if I make a query request with an invalid enum value, the handle method cannot handle it because GraphQLInvoker.invoke(...) will throw an exception.
Expected behavior
We should be able to handle it in our onErrror method.
The text was updated successfully, but these errors were encountered:
Describe the bug
For example, if I make a query request with an invalid enum value, the handle method cannot handle it because GraphQLInvoker.invoke(...) will throw an exception.
Expected behavior
We should be able to handle it in our onErrror method.
The text was updated successfully, but these errors were encountered: