Skip to content

Propagate argument errors as execution errors

Alex Kalderimis requested to merge ajk-handle-gql-errors into master

What does this MR do?

This MR propagates Argument errors as execution errors, presenting the message to the user, rather than logging and hiding, as per internal errors.

This improves the client's experience, since they will be informed of problems with their arguments, and be able to fix them.

This is not an external facing change.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Edited by Alex Kalderimis

Merge request reports