OBJECT

CustomerPaginator

A paginated list of Customer items.

link GraphQL Schema definition

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

link Require by