Alokai

ShippingMethodLimitWithCurrent

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

Referenced Types

On this page