OBJECT

CollectionItemEdge

A page entry, that contains a collection item and a cursor to return from the query to allow pagination.

link GraphQL Schema definition

1type CollectionItemEdge {
2
3cursor: Cursor!
4
5node: CollectionItem!
6
7}