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