Module

x/pothos/packages/plugin-dataloader/index.ts>LoadableNodeOptions

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
type alias LoadableNodeOptions
import { type LoadableNodeOptions } from "https://dotland.deno.dev/x/pothos@release-1713397530/packages/plugin-dataloader/index.ts";

Type Parameters

Types extends SchemaTypes
Shape extends object
Interfaces extends InterfaceParam<Types>[]
NameOrRef extends ObjectParam<Types> | string
optional
IDShape extends bigint | number | string = string
optional
Key extends bigint | number | string = IDShape
optional
CacheKey = Key