UNPKG

@pothos/core

Version:

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

6 lines 333 B
import type { SchemaTypes } from '../types'; import { FieldBuilder } from './builder'; export declare class InterfaceFieldBuilder<Types extends SchemaTypes, ParentShape> extends FieldBuilder<Types, ParentShape, 'Interface'> { constructor(builder: PothosSchemaTypes.SchemaBuilder<Types>); } //# sourceMappingURL=interface.d.ts.map