UNPKG

@nestjs/graphql

Version:

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

5 lines 286 B
/** * Adds arbitrary data accessible through the "extensions" property to specified field, type, or handler. */ export declare function Extensions(value: Record<string, unknown>): MethodDecorator & ClassDecorator & PropertyDecorator; //# sourceMappingURL=extensions.decorator.d.ts.map