import { QueryService } from '@ptc-org/nestjs-query-core'; export interface NestjsQueryDataloader { createLoader(service: QueryService): (args: ReadonlyArray) => Promise; }