GraphQLListImpl <T>
Hierarchy
- GraphQLEntityImpl
- GraphQLListImpl
Implements
- GraphQLList<T>
Index
Constructors
Properties
Accessors
Methods
Constructors
constructor
Type parameters
- T: GraphQLType
Parameters
ofType: T
Returns GraphQLListImpl<T>
Properties
readonly[GRAPHQL_LIST_TYPE_SYMBOL]
readonly[GRAPHQL_VERSION_SYMBOL]
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: