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