Skip to main content
Module

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

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

Type Parameters

T
ParentShape

Properties

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