UNPKG

@nestjs/graphql

Version:

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

5 lines (4 loc) 209 B
import { NullableList } from '../../interfaces'; export declare class DefaultNullableConflictError extends Error { constructor(hostTypeName: string, defaultVal: any, isNullable: boolean | NullableList); }