Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
class LoadableInterfaceRef
extends InterfaceRef<RefShape, Shape>
import { LoadableInterfaceRef } from "https://deno.land/x/pothos@release-1676597138/packages/plugin-dataloader/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