Skip to main content
Module

x/pothos/packages/plugin-smart-subscriptions/cache-node.ts>default

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
class default
import { default } from "https://deno.land/x/pothos@release-1713397530/packages/plugin-smart-subscriptions/cache-node.ts";

Constructors

new
default(
path: string,
value: unknown,
refetch: () => MaybePromise<void>,
)

Properties

fieldManager: FieldSubscriptionManager<Types> | null
path: string
refetch: () => MaybePromise<void>
typeManagers: Map<number | string, TypeSubscriptionManager>
value: unknown

Methods

managerForType(key: number | string)
replaceValue(value: unknown, key: number | string)