import { type LoadableNodeOptions } from "https://deno.land/x/pothos@release-1730496474/packages/plugin-dataloader/types.ts";
Type Parameters
Interfaces extends InterfaceParam<Types>[]
NameOrRef extends ObjectParam<Types> | string
optional
Key extends bigint | number | string = IDShapeoptional
CacheKey = Keyoptional
Shape = ShapeFromLoadResult<LoadResult>definition: DataloaderObjectTypeOptions<Types, LoadResult, Key, Interfaces, NameOrRef, CacheKey, Shape> & LoadableNodeId<Types, Shape, IDShape>