OBJECT
Wallet transaction
type WalletTransaction {# Primary Keyid: Int! # User IDuser_id: Int! # Wallet IDwallet_id: Int! # Currency IDcurrency_id: Int! # Unix timestamp when transaction was createdcreated_at: Float! # Transaction amount. Can be negativesum: Float! # Comment for transactioncomment: String # Additional data in JSONdata: String }