Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pothos/packages/plugin-dataloader/refs/index.ts>LoadableInterfaceRef

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Latest
class LoadableInterfaceRef
extends InterfaceRef<Types, RefShape, Shape>
import { LoadableInterfaceRef } from "https://deno.land/x/pothos@release-1730496474/packages/plugin-dataloader/refs/index.ts";

Constructors

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

Type Parameters

Types extends SchemaTypes
RefShape
Shape
Key
CacheKey

Properties

getDataloader