SessionsEdge
A Session edge in the connection.
type SessionsEdge {
cursor: Cursor
node: Session!
}
Fields
SessionsEdge.cursor ● Cursor scalar
A cursor for use in pagination.
SessionsEdge.node ● Session! non-null object
The Session at the end of the edge.
Member Of
SessionsConnection object