MutationCreateMyCartArgs
type MutationCreateMyCartArgs = {
draft: MyCartDraft;
storeKey?: InputMaybe<Scalars['KeyReferenceInput']>;
};type MutationCreateMyCartArgs = {
draft: MyCartDraft;
storeKey?: InputMaybe<Scalars['KeyReferenceInput']>;
};