import type { SchemaTypes } from '../types'; import { ObjectRef } from './object'; export class MutationRef extends ObjectRef { override kind = 'Object' as const; }