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::List(3) User Contributed Perl Documentation GraphQL::Type::List(3)

GraphQL::Type::List - GraphQL type that is a list of another type

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

Type that is a wrapper for the type it is a list of. If the wrapped type has any of these roles, it will assume them: GraphQL::Role::Input, GraphQL::Role::Output. It is always GraphQL::Role::Nullable.

GraphQL type object of which this is a list.

Moo method that applies the relevant roles.

Part of serialisation.

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

Turn given Perl entity into valid value for this type if possible. Mainly to promote single value into a list if type dictates.

The "name" of the type this object is a list 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.