import { type LoadableInterfaceOptions } from "https://deno.land/x/pothos@release-1730496474/packages/plugin-dataloader/index.ts";
Type Parameters
Types extends SchemaTypes
Interfaces extends InterfaceParam<Types>[]
NameOrRef extends InterfaceParam<Types> | string
optional
Shape = ShapeFromLoadResult<LoadResult>definition: DataLoaderOptions<Types, LoadResult, Key, CacheKey, Shape> & InterfaceTypeOptions<Types, NameOrRef extends InterfaceParam<Types> ? NameOrRef : InterfaceRef<Types, Shape>, Shape, Interfaces>