Skip to main content
Module

x/pothos/packages/plugin-dataloader/mod.ts>PothosDataloaderPlugin

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
class PothosDataloaderPlugin
extends BasePlugin<Types>
import { PothosDataloaderPlugin } from "https://deno.land/x/pothos@release-1721977283/packages/plugin-dataloader/mod.ts";

Type Parameters

Types extends SchemaTypes

Methods

wrapResolve(resolver: GraphQLFieldResolver<unknown, Types["Context"], object>, fieldConfig: PothosOutputFieldConfig<Types>): GraphQLFieldResolver<unknown, Types["Context"], object>