Skip to main content

ListEdge

A Relay edge containing a List and its cursor.

type ListEdge {
node: List
cursor: String!
}

Fields

ListEdge.node ● List object

The item at the end of the edge

ListEdge.cursor ● String! non-null scalar

A cursor for use in pagination

Member Of

ListConnection object