GraphQLList <T>
Implements
- GraphQLSchemaElement
Index
Constructors
constructor
Type parameters
- T: GraphQLType
Parameters
ofType: T
Returns GraphQLList<T>
Properties
readonlyofType
Accessors
[toStringTag]
Returns string
Methods
toJSON
Returns string
toString
Returns string
List Type Wrapper
A list is a wrapping type which points to another type. Lists are often created within the context of defining the fields of an object type.
Example: