WalletTransactionEdge
An edge in a WalletTransaction connection.
type WalletTransactionEdge {
cursor: String!
node: WalletTransaction!
}
Fields
WalletTransactionEdge.cursor ● String! non-null scalar
Opaque cursor for this edge.
WalletTransactionEdge.node ● WalletTransaction! non-null object
The node at the end of this edge.
Member Of
WalletTransactionsConnection object