import { type DataloaderObjectTypeOptions } from "https://deno.land/x/pothos@release-1695354039/packages/plugin-dataloader/index.ts";
Type Parameters
Types extends SchemaTypes
Interfaces extends InterfaceParam<Types>[]
NameOrRef extends ObjectParam<Types> | string
definition: ObjectTypeOptions<Types, NameOrRef extends ObjectParam<Types> ? NameOrRef : ObjectRef<Shape>, Shape, Interfaces> & DataLoaderOptions<Types, Shape, Key, CacheKey>