UNPKG

nestjs-decorated-dataloaders

Version:

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

10 lines (9 loc) 324 B
import { ModuleRef } from "@nestjs/core"; export declare class ExplorerService { private readonly moduleRef; constructor(moduleRef: ModuleRef); findMetadataHandlerByName(handlerName: string): { repository: any; provider: import("../../types/dataloader.types").DataloaderHandlerMetadata; }; }