UNPKG

@nestjs/graphql

Version:

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

6 lines 306 B
import { ParamData } from '@nestjs/common'; import { ParamsFactory } from '@nestjs/core/helpers/external-context-creator'; export declare class GqlParamsFactory implements ParamsFactory { exchangeKeyForValue(type: number, data: ParamData, args: any): any; } //# sourceMappingURL=params.factory.d.ts.map