UNPKG

@nestjs/graphql

Version:

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

7 lines 285 B
/** * Resolver method parameter decorator. Extracts the parent/root * object from the underlying platform and populates the decorated * parameter with the value of parent/root. */ export declare const Parent: () => ParameterDecorator; //# sourceMappingURL=parent.decorator.d.ts.map