CollectionEdge
An edge in a connection.
type CollectionEdge {
cursor: String!
node: Collection
}
Fields
CollectionEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
CollectionEdge.node ● Collection object
The item at the end of the edge.
Member of
CollectionConnection object