EventTransaction
EventTransactions are ways you can query the subgraph after a transaction is fired to see when it is completed. This entity is used heavily by TransactionBuilder. Anytime anybody does anything with the DAO contracts the transaction is recorded.
id
Unique identifier and primary key of the entity
id: ID!
createdAt
Block timestamp of the transaction
createdAt: String!
dao
Related DAO
dao: Dao
daoAddress: Bytes