mirror of
https://github.com/Instadapp/aave-automation-subgraph.git
synced 2024-07-29 22:28:08 +00:00
7 lines
121 B
GraphQL
7 lines
121 B
GraphQL
|
type ExampleEntity @entity {
|
||
|
id: ID!
|
||
|
count: BigInt!
|
||
|
previousAdmin: Bytes! # address
|
||
|
newAdmin: Bytes! # address
|
||
|
}
|