Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pothos/packages/plugin-smart-subscriptions/manager/base.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-1702326694/packages/plugin-smart-subscriptions/manager/base.ts";

Constructors

new
default(manager: SubscriptionManager)

Properties

manager: SubscriptionManager
registrations: RegisterOptions[]

Methods

addRegistration<T>(options: RegisterOptions<T>)