Skip to main content
Module

x/pothos/packages/plugin-smart-subscriptions/index.ts>RegisterOptions

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Latest
interface RegisterOptions
import { type RegisterOptions } from "https://deno.land/x/pothos@release-1726524975/packages/plugin-smart-subscriptions/index.ts";

Type Parameters

optional
T = unknown

Properties

name: string
optional
filter: IteratorFilterFunction<T>
optional
onValue: IteratorCallback<T>