Swap-Aggregator-Subgraph/schema.graphql

7 lines
127 B
GraphQL
Raw Normal View History

type ExampleEntity @entity {
id: ID!
count: BigInt!
connectors: [String]! # string[]
connectorName: String! # string
2022-07-03 00:53:42 +00:00
}