Module

x/pothos/packages/plugin-dataloader/types.ts>LoadableRef

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
interface LoadableRef
import { type LoadableRef } from "https://dotland.deno.dev/x/pothos@release-1708848346/packages/plugin-dataloader/types.ts";

Properties

getDataloader: (context: C) => DataLoader<K, V>