UNPKG

nexus

Version:

Scalable, strongly typed GraphQL schema development

8 lines (7 loc) 336 B
import { NexusListableTypes } from './wrapping'; export declare class NexusListDef<TypeName extends NexusListableTypes> { readonly ofNexusType: TypeName; private _isNexusListDef; constructor(ofNexusType: TypeName); } export declare function list<TypeName extends NexusListableTypes>(type: TypeName): NexusListDef<TypeName>;