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