Skip to content

Commit 8065956

Browse files
committed
Revert "Default value coercion rules"
This reverts commit 7ba7365.
1 parent 7ba7365 commit 8065956

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

spec/Section 3 -- Type System.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -917,10 +917,6 @@ May yield the result:
917917
The type of an object field argument must be an input type (any type except an
918918
Object, Interface, or Union type).
919919

920-
**Default Value Coercion**
921-
922-
Where an argument specifies a default value, that value should be coerced
923-
according to the input coercion rules of the argument's type.
924920

925921
### Field Deprecation
926922

@@ -1452,11 +1448,6 @@ define arguments or contain references to interfaces and unions, neither of
14521448
which is appropriate for use as an input argument. For this reason, input
14531449
objects have a separate type in the system.
14541450

1455-
**Default Value Coercion**
1456-
1457-
Where a field in an input object specifies a default value, that value should
1458-
be coerced according to the input coercion rules of the field's type.
1459-
14601451
**Result Coercion**
14611452

14621453
An input object is never a valid result. Input Object types cannot be the return

0 commit comments

Comments
 (0)