aave-automation-subgraph/schema.graphql
2022-08-04 10:25:00 +05:30

7 lines
121 B
GraphQL

type ExampleEntity @entity {
id: ID!
count: BigInt!
previousAdmin: Bytes! # address
newAdmin: Bytes! # address
}