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