OBJECT
type Account_Flags 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! clear_flags: [Int] clear_flags_s: [Flag_Type] set_flags: [Int] set_flags_s: [Flag_Type] }