File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
524524
525525** Input Coercion**
526526
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.
531532
532533
533534### Scalar Extensions
You can’t perform that action at this time.
0 commit comments