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

x/pothos/packages/core/fieldUtils/subscription.ts>default

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
class default
extends RootFieldBuilder<Types, ParentShape, "Subscription">
import { default } from "https://deno.land/x/pothos@release-1694147393/packages/core/fieldUtils/subscription.ts";

Constructors

new
default(builder: PothosSchemaTypes.SchemaBuilder<Types>)

Type Parameters

Types extends SchemaTypes
ParentShape