Skip to main content
Module

x/pothos/packages/plugin-dataloader/mod.ts>LoadableNodeRef

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
class LoadableNodeRef
extends LoadableObjectRef<Types, RefShape, Shape, Key, CacheKey>
import { LoadableNodeRef } from "https://deno.land/x/pothos@release-1721977283/packages/plugin-dataloader/mod.ts";

Constructors

new
LoadableNodeRef(
builder: PothosSchemaTypes.SchemaBuilder<Types>,
name: string,
unnamed 2: DataLoaderOptions<Types, Shape | Error, Key, CacheKey, Shape> & LoadableNodeId<Types, Shape, IDShape>,
)

Type Parameters

Types extends SchemaTypes
RefShape
Shape
optional
IDShape extends bigint | number | string = string
optional
Key extends bigint | number | string = IDShape
optional
CacheKey = Key

Properties

builder: PothosSchemaTypes.SchemaBuilder<Types>
parseId: ((id: string, ctx: object) => IDShape) | undefined