UNPKG

@pothos/core

Version:

Pothos (formerly GiraphQL) is a plugin based schema builder for creating code-first GraphQL schemas in typescript

7 lines (6 loc) 360 B
import type { SchemaTypes } from '../types/index.js'; import { RootFieldBuilder } from './root.js'; export declare class SubscriptionFieldBuilder<Types extends SchemaTypes, ParentShape> extends RootFieldBuilder<Types, ParentShape, "Subscription"> { constructor(builder: PothosSchemaTypes.SchemaBuilder<Types>); } //# sourceMappingURL=subscription.d.ts.map