UNPKG

@nestjs/graphql

Version:

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

6 lines (5 loc) 206 B
export class UnableToFindFieldsError extends Error { constructor(name) { super(`Unable to find fields for GraphQL type ${name}. Is your class annotated with an appropriate decorator?`); } }