UNPKG

@nestjs/graphql

Version:

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

6 lines (5 loc) 178 B
export class DirectiveParsingError extends Error { constructor(sdl) { super(`Directive SDL "${sdl}" is invalid. Please, pass a valid directive definition.`); } }