UNPKG

@pothos/core

Version:

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

6 lines 335 B
import type { SchemaTypes } from '../types'; import { RootFieldBuilder } from './root'; export declare class MutationFieldBuilder<Types extends SchemaTypes, ParentShape> extends RootFieldBuilder<Types, ParentShape, 'Mutation'> { constructor(builder: PothosSchemaTypes.SchemaBuilder<Types>); } //# sourceMappingURL=mutation.d.ts.map