import type { SchemaTypes } from '../types'; import { ObjectRef } from './object'; export class QueryRef extends ObjectRef {}