OBJECT

ProductPaginator

A paginated list of Product items.

link GraphQL Schema definition

  • type ProductPaginator {
  • # Pagination information about the list of items.
  • paginatorInfo: PaginatorInfo!
  • # A list of Product items.
  • data: [Product!]!
  • }

link Require by