compound-dsa-managers/schema.graphql

7 lines
121 B
GraphQL
Raw Normal View History

2022-09-04 16:54:41 +00:00
type ExampleEntity @entity {
id: ID!
count: BigInt!
previousAdmin: Bytes! # address
newAdmin: Bytes! # address
}