RemoveProductVariant
type RemoveProductVariant = {
id?: InputMaybe<Scalars['Int']>;
sku?: InputMaybe<Scalars['String']>;
staged?: InputMaybe<Scalars['Boolean']>;
};type RemoveProductVariant = {
id?: InputMaybe<Scalars['Int']>;
sku?: InputMaybe<Scalars['String']>;
staged?: InputMaybe<Scalars['Boolean']>;
};