INTERFACE
interface History {id: ID! # Transaction id that this operation is part oftransaction_hash: String! # Public key for the source accountsource_account: String! # Type of historytype: String! # Timestamp when the history record was createdcreated_at: Date! }