|
NAMEGraphQL::Role::Nullable - GraphQL object roleSYNOPSISwith qw(GraphQL::Role::Nullable); # or runtime Role::Tiny->apply_roles_to_object($foo, qw(GraphQL::Role::Nullable)); DESCRIPTIONAllows type constraints for nullable objects.METHODSnon_nullReturns a wrapped version of the type using GraphQL::Type::NonNull, i.e. that may not be null.
Visit the GSP FreeBSD Man Page Interface. |