import { type RelayMutationPayloadOptions } from "https://deno.land/x/pothos@release-1730496474/packages/plugin-relay/types.ts";
definition: Omit<PothosSchemaTypes.ObjectTypeOptions<Types, Shape> | PothosSchemaTypes.ObjectTypeWithInterfaceOptions<Types, Shape, Interfaces>, "fields"> & { name?: string; outputFields: ObjectFieldsShape<Types, Shape>; }