summaryrefslogtreecommitdiff
path: root/tests/Language/GraphQL/ErrorSpec.hs
AgeCommit message (Collapse)Author
2021-12-24Put JSON support behind a flagEugen Wissner
2021-05-10Deprecate internal error generation functionsEugen Wissner
The functions generating errors in the executor should be changed anyway when we provide better error messages from the executor, with the error location and response path. So public definitions of these functions are deprecated now and they are replaced by more generic functions in the executor code.
2020-09-16Move path to the execution errorEugen Wissner
Since it isn't possible to get a path during validation, without executing the query.
2020-08-22Remove encoder test based on old external filesEugen Wissner
2020-07-08Return parser error location in a listEugen Wissner
An error can have multiple locations which are returned in a listt with key "locations".
2020-07-05Handle errors using custom typesEugen Wissner
Fixes #32.
2019-07-23Add singleError utility functionv0.4.0.0Eugen Wissner