deno.land / x / pothos@release-1713397530 / packages / core / fieldUtils / object.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 ObjectFieldBuilder<Types extends SchemaTypes, ParentShape> extends FieldBuilder<Types, ParentShape, "Object"> { constructor(name: string, builder: PothosSchemaTypes.SchemaBuilder<Types>) { super(name, builder, "Object", "Object"); }}
pothos

Version Info

Tagged at
a year ago