summaryrefslogtreecommitdiff
path: root/graphql.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-06-22 09:13:27 +0200
committerEugen Wissner <belka@caraus.de>2021-06-22 09:13:27 +0200
commit812f6967d40cfd1d1c0af5512496ff7b7cb0f6ae (patch)
tree5e9c63a901c975a33adec2945c9b8ad5371a0ff5 /graphql.cabal
parent6fe9eb72e42fb4ae36435324148e8f96e871a26c (diff)
downloadgraphql-812f6967d40cfd1d1c0af5512496ff7b7cb0f6ae.tar.gz
Provide locations for argument errors
The executor still doesn't give an error per argument, but a single error per field with locations for all arguments. If a non-null argument isn't specified, only the error location of the field is given. If some arguments cannot be coerced, only the locations of these arguments are given, non-null arguments are ignored. This should still be improved, so the executor returns all errors at once. The transformation tree is changed, so that argument map contains locations of the arguments (but not the locations of the argument values yet).
Diffstat (limited to 'graphql.cabal')
0 files changed, 0 insertions, 0 deletions