Wallet transaction connection
type WalletTransactionConnection {
# Edges of the connection
edges: [WalletTransactionConnectionEdge]
# Page info of the connection
pageInfo: PageInfo
# Total count of items in the connection.
totalCount: Int # 123456
}