CollectionCountableEdge
No description
type CollectionCountableEdge {
node: Collection!
cursor: String!
}
Fields
CollectionCountableEdge.node ● Collection! non-null object
The item at the end of the edge.
CollectionCountableEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member of
Was this page helpful?