OBJECT
type Home_Domain implements 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! # Home domain for the accounthome_domain: String! }