ProductDiscountLimitWithCurrent
type ProductDiscountLimitWithCurrent = LimitWithCurrent & {
__typename?: 'ProductDiscountLimitWithCurrent';
limit?: Maybe<Scalars['Long']>;
current: Scalars['Long'];
};type ProductDiscountLimitWithCurrent = LimitWithCurrent & {
__typename?: 'ProductDiscountLimitWithCurrent';
limit?: Maybe<Scalars['Long']>;
current: Scalars['Long'];
};