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