deno.land / x / pothos@release-1713397530 / packages / core / fieldUtils / interface.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
// @ts-nocheckimport { SchemaTypes } from '../types/index.ts';import FieldBuilder from './builder.ts';export default class InterfaceFieldBuilder<Types extends SchemaTypes, ParentShape> extends FieldBuilder<Types, ParentShape, "Interface"> { constructor(name: string, builder: PothosSchemaTypes.SchemaBuilder<Types>) { super(name, builder, "Interface", "Interface"); }}
pothos

Version Info

Tagged at
a year ago