UNPKG

@nestjs/graphql

Version:

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

6 lines (5 loc) 276 B
export class DefaultNullableConflictError extends Error { constructor(hostTypeName, defaultVal, isNullable) { super(`Incorrect "nullable" option value set for ${hostTypeName}. Do not combine "defaultValue: ${defaultVal}" with "nullable: ${isNullable}".`); } }