import { SubscriptionCache } from "https://deno.land/x/pothos@release-1730496474/packages/plugin-smart-subscriptions/mod.ts";
Constructors
new
SubscriptionCache(manager: SubscriptionManager, buildCache: BuildCache<Types>)Type Parameters
Types extends SchemaTypes
Properties
buildCache: BuildCache<Types>
manager: SubscriptionManager
Methods
add()
cacheKey(path: Path)
get(path: string, reRegister: boolean)
getParent(info: GraphQLResolveInfo): CacheNode<Types> | null
getTypeSubscriber(type: string)
next()