UNPKG

nestjs-decorated-dataloaders

Version:

A module that helps you to create graphql dataloaders with decorators in Nest.js

3 lines (2 loc) 137 B
import { MapperFN } from "../../types/dataloader.types"; export declare function resolvePath(entity: any, path: string | MapperFN): any;