Watcher
No description
type Watcher {
id: String!
actionCounter: BigInt!
chainId: BigInt!
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.campaignCounter ● BigInt! non-null scalar
Global counter.