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