UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

6 lines (5 loc) 161 B
export declare type NullableList = 'items' | 'itemsAndList'; export interface BaseTypeOptions { nullable?: boolean | NullableList; defaultValue?: any; }