UNPKG

@pothos/core

Version:

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

8 lines (7 loc) 226 B
import { FieldBuilder } from './builder.js'; export class InterfaceFieldBuilder extends FieldBuilder { constructor(builder) { super(builder, "Interface", "Interface"); } } //# sourceMappingURL=interface.js.map