diff --git a/packages/subgraph/schema.graphql b/packages/subgraph/schema.graphql index bb175125..1507bf4e 100644 --- a/packages/subgraph/schema.graphql +++ b/packages/subgraph/schema.graphql @@ -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! +} \ No newline at end of file