UNPKG

@nestjs/graphql

Version:

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

7 lines (6 loc) 182 B
export class SchemaGenerationError extends Error { constructor(details) { super('Schema generation error (code-first approach)'); this.details = details; } }