@nestjs/graphql
Version:
Nest - modern, fast, powerful node.js web framework (@graphql)
7 lines • 303 B
TypeScript
/**
* Adds arbitrary data accessible through the "extensions" property to specified field, type, or handler.
*
* @publicApi
*/
export declare function Extensions(value: Record<string, unknown>): MethodDecorator & ClassDecorator & PropertyDecorator;
//# sourceMappingURL=extensions.decorator.d.ts.map