TransactionEdge
An edge in a connection.
type TransactionEdge {
cursor: String!
node: Transaction
}
Fields
TransactionEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
TransactionEdge.node ● Transaction interface
The item at the end of the edge.
Member Of
TransactionConnection object