On this pageGraphQLList <T>Create and operate on GraphQL type definitions and schema.Index ConstructorsconstructorPropertiesofTypeAccessors[toStringTag]MethodstoJSONtoStringConstructors constructornew GraphQLList<T>(ofType: T): GraphQLList<T>Type parametersT: GraphQLTypeParametersofType: TReturns GraphQLList<T>Properties readonlyofTypeofType: TAccessors [toStringTag]get [toStringTag](): stringReturns stringMethods toJSONtoJSON(): stringReturns stringtoStringtoString(): stringReturns string
Create and operate on GraphQL type definitions and schema.