NAME
GraphQL::Houtou::Type::NonNull - GraphQL non-null wrapper type
DESCRIPTION
Wraps any type as non-nullable: GraphQL::Houtou::Type::NonNull->new(of => $type), or more commonly $type->non_null. A null produced for a non-null field propagates to the nearest nullable ancestor, per the GraphQL spec.