GitHub

MagentoCustomerOrderListQueryVariables

import { MagentoCustomerOrderListQueryVariables } from '@daffodil/customer-order/driver/magento/2-4-6'
interface MagentoCustomerOrderListQueryVariables {
  currentPage: number
  pageSize: number
  sort: MagentoCustomerOrderSortInput
}

Properties

Name Type Description
currentPage number
pageSize number
sort MagentoCustomerOrderSortInput