RecipientEdge
An edge in a connection.
type RecipientEdge {
cursor: String!
node: Recipient
}
Fields
RecipientEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
RecipientEdge.node ● Recipient union common
The item at the end of the edge.
Member of
RecipientConnection object