UNPKG

@nestjs/graphql

Version:

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

5 lines 217 B
/** * Adds a directive to specified field, type, or handler. */ export declare function Directive(sdl: string): MethodDecorator & PropertyDecorator & ClassDecorator; //# sourceMappingURL=directive.decorator.d.ts.map