GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GraphQL::Type::NonNull(3) User Contributed Perl Documentation GraphQL::Type::NonNull(3)

GraphQL::Type::NonNull - GraphQL type that is a non-null version of another type

  use GraphQL::Type::NonNull;
  my $type = GraphQL::Type::NonNull->new(of => $other_type);

Type that is a wrapper for another type. Means data cannot be a null value.

GraphQL type object of which this is a non-null version.

Moo method that applies the relevant roles.

Part of serialisation.

True if given Perl value is a valid value for this type.

The "name" of the type this object is a non-null version of.
2021-07-04 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.