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