Swap-Aggregator-Subgraph/schema.graphql
2022-07-03 06:23:42 +05:30

7 lines
127 B
GraphQL

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