MutationDeleteMyCartArgs
type MutationDeleteMyCartArgs = {
id: Scalars['String'];
version: Scalars['Long'];
storeKey?: InputMaybe<Scalars['KeyReferenceInput']>;
};type MutationDeleteMyCartArgs = {
id: Scalars['String'];
version: Scalars['Long'];
storeKey?: InputMaybe<Scalars['KeyReferenceInput']>;
};