Skip to content

Commit

Permalink
Merge pull request #52 from aragon/f/iaction
Browse files Browse the repository at this point in the history
feat: added IAction to template
  • Loading branch information
jordaniza authored Apr 2, 2024
2 parents 92f7304 + a7b45c3 commit 5848694
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/subgraph/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ type DaoPlugin @entity {
"Set plugin specific related data below:"
number: BigInt
}

type IAction @entity {
id: ID! #action entity id
daoAddress: Bytes!
to: Bytes!
value: BigInt!
data: Bytes!
}

0 comments on commit 5848694

Please sign in to comment.