UNPKG

@pothos/core

Version:

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

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