|
NAMEGraphQL::Type::NonNull - GraphQL type that is a non-null version of another typeSYNOPSISuse GraphQL::Type::NonNull; my $type = GraphQL::Type::NonNull->new(of => $other_type); DESCRIPTIONType that is a wrapper for another type. Means data cannot be a null value.ATTRIBUTESofGraphQL type object of which this is a non-null version.METHODSBUILDMoo method that applies the relevant roles.to_stringPart of serialisation.is_validTrue if given Perl value is a valid value for this type.nameThe "name" of the type this object is a non-null version of.
Visit the GSP FreeBSD Man Page Interface. |