Skip to main content
Module

x/pothos/packages/plugin-mocks/mod.ts>PothosMocksPlugin

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

Methods

resolveMock(
typename: string,
fieldName: string,
)
subscribeMock(
typename: string,
fieldName: string,
)
wrapResolve(resolver: GraphQLFieldResolver<unknown, Types["Context"], object>, fieldConfig: PothosOutputFieldConfig<Types>): GraphQLFieldResolver<unknown, Types["Context"], object>
wrapSubscribe(subscribe: GraphQLFieldResolver<unknown, Types["Context"], object> | undefined, fieldConfig: PothosOutputFieldConfig<Types>): GraphQLFieldResolver<unknown, Types["Context"], object> | undefined