OBJECT
ProductPaginator
A paginated list of Product items.
link GraphQL Schema definition
- type ProductPaginator {
- # Pagination information about the list of items.
- : PaginatorInfo!
- # A list of Product items.
- : [Product!]!
- }
OBJECT
A paginated list of Product items.
- type ProductPaginator {
- # Pagination information about the list of items.
- : PaginatorInfo!
- # A list of Product items.
- : [Product!]!
- }