OBJECT

CollectionsItemEdge

link GraphQL Schema definition

1type CollectionsItemEdge {
2
3cursor: Cursor
4
5node: Collection!
6
7}