UNPKG

@nestjs/graphql

Version:

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

10 lines (9 loc) 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DirectiveParsingError = void 0; class DirectiveParsingError extends Error { constructor(sdl) { super(`Directive SDL "${sdl}" is invalid. Please, pass a valid directive definition.`); } } exports.DirectiveParsingError = DirectiveParsingError;