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
1 type CollectionItemEdge { 2 3 : Cursor! 4 5 : CollectionItem! 6 7 }
OBJECT
A page entry, that contains a collection item and a cursor to return from the query to allow pagination.
1 type CollectionItemEdge { 2 3 : Cursor! 4 5 : CollectionItem! 6 7 }