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