@pothos/core
Version:
Pothos (formerly GiraphQL) is a plugin based schema builder for creating code-first GraphQL schemas in typescript
7 lines (6 loc) • 346 B
TypeScript
import type { SchemaTypes } from '../types/index.js';
import { FieldBuilder } from './builder.js';
export declare class InterfaceFieldBuilder<Types extends SchemaTypes, ParentShape> extends FieldBuilder<Types, ParentShape, "Interface"> {
constructor(builder: PothosSchemaTypes.SchemaBuilder<Types>);
}
//# sourceMappingURL=interface.d.ts.map