Watcher
No description
type Watcher {
id: String!
actionCounter: BigInt!
chainId: BigInt!
logs: [String!]
campaignCounter: BigInt!
}
Fields
Watcher.id
● String!
non-null scalar
The chain ID. There is one watcher per subgraph.
Watcher.actionCounter
● BigInt!
non-null scalar
Global counter for actions.
Watcher.chainId
● BigInt!
non-null scalar
Alias for id.
Watcher.logs
● [String!]
list scalar
Used for debugging purposes. They are normally empty.
Watcher.campaignCounter
● BigInt!
non-null scalar
Global counter.