UNPKG

@pothos/core

Version:

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

7 lines (6 loc) 258 B
import type { SchemaTypes } from '../types/index.js'; import { ObjectRef } from './object.js'; export declare class MutationRef<Types extends SchemaTypes> extends ObjectRef<Types, Types["Root"]> { kind: "Object"; } //# sourceMappingURL=mutation.d.ts.map