Skip to content

Commit e324a00

Browse files
authored
Update spec/Section 5 -- Validation.md
1 parent bf42aa1 commit e324a00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 5 -- Validation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,9 +1326,9 @@ the purposes of the "coercible" assertion in this validation rule, we can assume
13261326
the runtime value of each {variableUsage} is valid for usage in its position.
13271327

13281328
Note: Custom scalar coercion rules are not always available when validating a
1329-
document and custom scalar literal values are excluded from this validation. If
1330-
a custom scalar literal value cannot be coerced, it will raise an execution
1331-
error.
1329+
document and custom scalar literal values are optional in this validation. If
1330+
a custom scalar literal value cannot be coerced, it will raise an error during
1331+
execution.
13321332

13331333
The type expected in a position includes the type defined by the argument a
13341334
value is provided for, the type defined by an input object field a value is

0 commit comments

Comments
 (0)