We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f7357 commit 5c6e700Copy full SHA for 5c6e700
Section 5 -- Validation.md
@@ -942,6 +942,8 @@ query intToFloatQuery($floatVar: Float = 1) {
942
* For every {operation} in a {document}
943
* For every {variable} on each {operation}
944
* Let {variableType} be the type of {variable}
945
+ * While {variableType} is {LIST} or {NON_NULL}
946
+ * Let {variableType} be the referenced type of {variableType}
947
* {variableType} must of kind {SCALAR}, {ENUM} or {INPUT_OBJECT}
948
949
** Explanatory Text **
0 commit comments