import { ImplementableLoadableNodeRef } from "https://deno.land/x/pothos@release-1691520399/packages/plugin-dataloader/refs/node.ts";
Constructors
new
ImplementableLoadableNodeRef(builder: PothosSchemaTypes.SchemaBuilder<Types>,
name: string,
unnamed 2: DataLoaderOptions<Types, Shape, Key, CacheKey> & LoadableNodeId<Types, Shape, IDShape>,
Type Parameters
Types extends SchemaTypes
optional
Key extends bigint | number | string = IDShapeoptional
CacheKey = KeyProperties
parseId: ((id: string, ctx: object) => IDShape) | undefined