ERC-20-Token-Allowance/schema.graphql

7 lines
111 B
GraphQL
Raw Normal View History

2022-08-15 15:27:05 +00:00
type ExampleEntity @entity {
id: ID!
count: BigInt!
sender: Bytes! # address
owner: Bytes! # address
}