mirror of
https://github.com/Instadapp/ERC-20-Token-Allowance.git
synced 2024-07-29 22:48:10 +00:00
7 lines
111 B
GraphQL
7 lines
111 B
GraphQL
type ExampleEntity @entity {
|
|
id: ID!
|
|
count: BigInt!
|
|
sender: Bytes! # address
|
|
owner: Bytes! # address
|
|
}
|