Skip to main content
Module

x/pothos/packages/plugin-dataloader/types.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://deno.land/x/pothos@release-1713397530/packages/plugin-dataloader/types.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