Skip to main content
Module

x/pothos/packages/plugin-tracing/mod.ts>PothosTracingPlugin#wrapResolve

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
method PothosTracingPlugin.prototype.wrapResolve
import { PothosTracingPlugin } from "https://deno.land/x/pothos@release-1721230199/packages/plugin-tracing/mod.ts";

Parameters

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

Returns

GraphQLFieldResolver<unknown, Types["Context"], object>