Skip to main content

Watcher

No description

type Watcher {
id: String!
actionCounter: BigInt!
chainId: BigInt!
logs: [String!]
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.logs ● [String!] list scalar

Used for debugging purposes. They are normally empty.

Watcher.streamCounter ● BigInt! non-null scalar

Global counter.