List
Lists represent sequences of values in GraphQL. A List type is a type modifier: it wraps another type instance in theofType
field, which defines the type of each item in the list.
Fields
kind
must return__TypeKind.LIST
.ofType
: Any type.- All other fields must return null .