Skip to main content
Module

x/pothos/packages/plugin-dataloader/mod.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<Types, RefShape, Shape>
Re-export
import { LoadableObjectRef } from "https://deno.land/x/pothos@release-1721977283/packages/plugin-dataloader/mod.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