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
Currently if the ExecutionResult for a single response operation (query or mutation) is turned into an "error" message. However, according to the spec, an "error" relates to issues before request execution:
Operation execution error(s) triggered by the Next message happening before the actual execution, usually due to validation errors.
The text was updated successfully, but these errors were encountered:
Currently if the
ExecutionResult
for a single response operation (query or mutation) is turned into an "error" message. However, according to the spec, an "error" relates to issues before request execution:The text was updated successfully, but these errors were encountered: