Skip to main content
Module

x/pothos/packages/core/plugins/index.ts>MergedPlugins#wrapSubscribe

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
method MergedPlugins.prototype.wrapSubscribe
import { MergedPlugins } from "https://deno.land/x/pothos@release-1721854018/packages/core/plugins/index.ts";

Parameters

subscribe: GraphQLFieldResolver<unknown, Types["Context"], object> | undefined
fieldConfig: PothosOutputFieldConfig<Types>

Returns

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