summaryrefslogtreecommitdiff
path: root/src/Language/GraphQL/Execute/Internal.hs
AgeCommit message (Collapse)Author
2021-05-09Provide an internal function to add errorsEugen Wissner
The old function, addErrMsg, takes only a string with an error description, but more information is required for the execution errors: locations and path. addErrMsg should be deprecated after the switching to the new addError.