Module

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

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

Type Parameters

T
ParentShape

Properties

optional
refetch: RefetchFunction<T, ParentShape>
optional
filter: IteratorFilterFunction<T>
optional
invalidateCache: IteratorCacheInvalidator<T>