GraphQLList <T>
Index
Constructors
Properties
Accessors
Methods
Constructors
constructor
Type parameters
- T: GraphQLType
Parameters
ofType: T
Returns GraphQLList<T>
Properties
readonly[isGraphQLListTypeSymbol]
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: