import { LoadableObjectRef } from "https://deno.land/x/pothos@release-1719071157/packages/plugin-dataloader/index.ts";
Constructors
new
LoadableObjectRef(name: string, getDataloader: (context: Types["Context"]) => DataLoader<Key, Shape, CacheKey>)