Skip to content

Commit 03460ff

Browse files
committed
Request errors should not be raised during CoerceArgumentValues
1 parent 920283a commit 03460ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/Section 6 -- Execution.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,9 @@ the type system to have a specific input type.
627627
At each argument position in an operation may be a literal {Value}, or a
628628
{Variable} to be provided at runtime.
629629

630+
Any _request error_ raised during {CoerceArgumentValues()} should be treated
631+
instead as a _runtime error_.
632+
630633
CoerceArgumentValues(objectType, field, variableValues):
631634

632635
- Let {coercedValues} be an empty unordered Map.

0 commit comments

Comments
 (0)