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
In opposite to reference implementation, in reactive-grapqhl, when whatever errors happen (missing field), an error is thrown on subscription instead of adding it to errors array and continuing.
We need to catch those and add them to errors array to have better error reporting.
The text was updated successfully, but these errors were encountered:
In opposite to reference implementation, in
reactive-grapqhl
, when whatever errors happen (missing field), an error is thrown on subscription instead of adding it toerrors
array and continuing.We need to catch those and add them to
errors
array to have better error reporting.The text was updated successfully, but these errors were encountered: