Module

x/pothos/packages/plugin-dataloader/refs/object.ts>LoadableObjectRef

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
class LoadableObjectRef
extends ObjectRef<RefShape, Shape>
import { LoadableObjectRef } from "https://dotland.deno.dev/x/pothos@release-1686440053/packages/plugin-dataloader/refs/object.ts";

Constructors

new
LoadableObjectRef(name: string, getDataloader: (context: Types["Context"]) => DataLoader<Key, Shape, CacheKey>)

Type Parameters

Types extends SchemaTypes
RefShape
Shape
Key
CacheKey

Properties

getDataloader