ListEdge
An edge in a connection.
type ListEdge {
node: List
cursor: Cursor!
}
Fields
ListEdge.node ● List object
The item at the end of the edge.
ListEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
ListConnection object