File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -524,10 +524,11 @@ When coercion is not possible they must raise a field error.
524
524
525
525
** Input Coercion**
526
526
527
- When expected as an input type, any string (such as ` "4" ` ) or integer (such
528
- as ` 4 ` ) input value should be coerced to ID as appropriate for the ID formats
529
- a given GraphQL server expects. Any other input value, including float input
530
- values (such as ` 4.0 ` ), must raise a query error indicating an incorrect type.
527
+ When expected as an input type, any string (such as ` "4" ` ) or integer (such as
528
+ ` 4 ` or ` -4 ` ) input value should be coerced to ID as appropriate for the ID
529
+ formats a given GraphQL server expects. Any other input value, including float
530
+ input values (such as ` 4.0 ` ), must raise a query error indicating an incorrect
531
+ type.
531
532
532
533
533
534
### Scalar Extensions
You can’t perform that action at this time.
0 commit comments