UNPKG

@nestjs/graphql

Version:

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

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