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

Version Info

Tagged at
a year ago