UNPKG

@nestjs/graphql

Version:

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

5 lines (4 loc) 181 B
import { NullableList } from '../../interfaces'; export declare class InvalidNullableOptionError extends Error { constructor(name: string, nullable?: boolean | NullableList); }