Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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