aave-automation-subgraph/schema.graphql

7 lines
121 B
GraphQL
Raw Normal View History

2022-08-04 04:55:00 +00:00
type ExampleEntity @entity {
id: ID!
count: BigInt!
previousAdmin: Bytes! # address
newAdmin: Bytes! # address
}