Swap-Aggregator-Subgraph/schema.graphql
Richa-iitr c36ee8c5ca Revert "added handler"
This reverts commit 6cd97cd52f.
2022-07-03 07:28:47 +05:30

7 lines
127 B
GraphQL

type ExampleEntity @entity {
id: ID!
count: BigInt!
connectors: [String]! # string[]
connectorName: String! # string
}