UNPKG

@nestjs/graphql

Version:

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

6 lines (5 loc) 217 B
export class InvalidNullableOptionError extends Error { constructor(name, nullable) { super(`Incorrect nullable option set for ${name}. Do not combine non-list type with nullable "${nullable}".`); } }