NAME
GraphQL::Houtou::Type::List - GraphQL list wrapper type
DESCRIPTION
Wraps any type as a GraphQL list: GraphQL::Houtou::Type::List->new(of => $type), or more commonly $type->list. Chain with non_null for [T!]! shapes: $type->non_null->list->non_null.