OBJECT
type Transaction {id: ID! type: String # Public key for the source accountsource_acct: String! xdr_representation: String! description: String submitted: Boolean hash: String ledger: String signers: [Signature] preAuthApprovers: [Signature] createdAt: Date! operations: [Operation] }