Skip to main content
Module

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

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

Parameters

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

Returns

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