Skip to content

Commit

Permalink
clarify list and non_null in input types
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Jul 16, 2015
1 parent 32f7357 commit 5c6e700
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,8 @@ query intToFloatQuery($floatVar: Float = 1) {
* For every {operation} in a {document}
* For every {variable} on each {operation}
* Let {variableType} be the type of {variable}
* While {variableType} is {LIST} or {NON_NULL}
* Let {variableType} be the referenced type of {variableType}
* {variableType} must of kind {SCALAR}, {ENUM} or {INPUT_OBJECT}

** Explanatory Text **
Expand Down

0 comments on commit 5c6e700

Please sign in to comment.