UNPKG

@nestjs/graphql

Version:

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

12 lines (11 loc) 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Plugin = void 0; const common_1 = require("@nestjs/common"); const graphql_constants_1 = require("../graphql.constants"); function Plugin() { return (target) => { (0, common_1.SetMetadata)(graphql_constants_1.PLUGIN_METADATA, true)(target); }; } exports.Plugin = Plugin;