Skip to content

Commit 88c7323

Browse files
gtodIvanGoncharov
authored andcommitted
Clairfy required non null arguments wording (#288)
1 parent fa82276 commit 88c7323

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

spec/Section 5 -- Validation.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -645,10 +645,9 @@ fragment stringIntoInt on Arguments {
645645

646646
**Explanatory Text**
647647

648-
Arguments can be required. Arguments are required if the type of the argument
649-
is non-null. If it is not non-null, the argument is optional. When an argument
650-
type is non-null, and is required, the explicit value {null} may also not
651-
be provided.
648+
Arguments can be required. If the argument type is non-null the argument is
649+
required and furthermore the explicit value {null} may not be provided.
650+
Otherwise, the argument is optional.
652651

653652
For example the following are valid:
654653

0 commit comments

Comments
 (0)