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