Alokai

CartDiscountQueryResult

type CartDiscountQueryResult = {
  __typename?: 'CartDiscountQueryResult';
  offset: Scalars['Int'];
  count: Scalars['Int'];
  total: Scalars['Long']; /** BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features */
  exists: Scalars['Boolean'];
  results: Array<CartDiscount>;
};

Referenced Types

On this page