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