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