type alias InputShapeWithClientMutationIdimport { type InputShapeWithClientMutationId } from "https://dotland.deno.dev/x/pothos@release-1726524975/packages/plugin-relay/index.ts"; Type ParametersTypes extends SchemaTypesFields extends InputFieldMapdefinition: InputShapeFromFields<Fields & { clientMutationId: InputFieldRef<Types, Types["Scalars"]["ID"]["Input"]>; }>