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

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

Version Info

Tagged at
a year ago