Skip to content

Commit 5c6e700

Browse files
committed
clarify list and non_null in input types
1 parent 32f7357 commit 5c6e700

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Section 5 -- Validation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,8 @@ query intToFloatQuery($floatVar: Float = 1) {
942942
* For every {operation} in a {document}
943943
* For every {variable} on each {operation}
944944
* Let {variableType} be the type of {variable}
945+
* While {variableType} is {LIST} or {NON_NULL}
946+
* Let {variableType} be the referenced type of {variableType}
945947
* {variableType} must of kind {SCALAR}, {ENUM} or {INPUT_OBJECT}
946948

947949
** Explanatory Text **

0 commit comments

Comments
 (0)