UNPKG

@nestjs/graphql

Version:

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

5 lines 270 B
import { NullableList } from '../../interfaces'; export declare class DefaultNullableConflictError extends Error { constructor(hostTypeName: string, defaultVal: any, isNullable: boolean | NullableList); } //# sourceMappingURL=default-nullable-conflict.error.d.ts.map