UNPKG

@zuu/owl

Version:

Zuu's Experimental GraphQL Implementation

19 lines 677 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const getMetadataStorage_1 = require("../metadata/getMetadataStorage"); const errors_1 = require("../errors"); function Info() { return (prototype, propertyKey, parameterIndex) => { if (typeof propertyKey === "symbol") { throw new errors_1.SymbolKeysNotSupportedError(); } getMetadataStorage_1.getMetadataStorage().collectHandlerParamMetadata({ kind: "info", target: prototype.constructor, methodName: propertyKey, index: parameterIndex, }); }; } exports.Info = Info; //# sourceMappingURL=Info.js.map