ERC-20-Token-Allowance/schema.graphql
2022-08-15 20:57:05 +05:30

7 lines
111 B
GraphQL

type ExampleEntity @entity {
id: ID!
count: BigInt!
sender: Bytes! # address
owner: Bytes! # address
}