ThunkComposer
Getters
ofType
ofType: T;
List
List: ListComposer<ThunkComposer<T, G>>;
Get Type wrapped in List modifier
NonNull
NonNull: NonNullComposer<ThunkComposer<T, G>>;
Get Type wrapped in NonNull modifier
Methods
getUnwrappedTC()
getUnwrappedTC(): T
getType()
getType(): G
getTypeName()
getTypeName(): string
getTypePlural()
getTypePlural(): ListComposer<ThunkComposer<T, G>>
getTypeNonNull()
getTypeNonNull(): NonNullComposer<ThunkComposer<T, G>>
cloneTo()
cloneTo(
anotherSchemaComposer: SchemaComposer<any>,
cloneMap: Map<any, any>
): ThunkComposer<NamedTypeComposer<any>, G>
Clone this type to another SchemaComposer. Also will be cloned all wrapped types.