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