CollectionEdge
Collection edge for pagination
type CollectionEdge {
cursor: String!
node: Collection!
}
Fields
CollectionEdge.cursor ● String! non-null scalar
Cursor
CollectionEdge.node ● Collection! non-null object
Collection node
Member Of
CollectionConnection object