UNPKG

@pothos/core

Version:

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

6 lines (5 loc) 232 B
import type { SchemaTypes } from '../types/index.js'; import { ObjectRef } from './object.js'; export declare class QueryRef<Types extends SchemaTypes> extends ObjectRef<Types, Types["Root"]> { } //# sourceMappingURL=query.d.ts.map