UNPKG

@pothos/core

Version:

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

5 lines (3 loc) 176 B
import type { SchemaTypes } from '../types'; import { ObjectRef } from './object'; export class QueryRef<Types extends SchemaTypes> extends ObjectRef<Types, Types['Root']> {}