Skip to main content
Module

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

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

Constructors

new
LoadableNodeRef(
builder: PothosSchemaTypes.SchemaBuilder<Types>,
name: string,
)

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