Skip to main content

Batcher

Sender address that created batches.

type Batcher {
id: String!
batchCounter: BigInt!
batches(
skip: Int = 0
first: Int = 100
orderBy: Batch_orderBy
orderDirection: OrderDirection
where: Batch_filter
): [Batch!]!
}

Fields

Batcher.id ● String! non-null scalar

Unique identifier: {chainId}-{sender}

Batcher.batchCounter ● BigInt! non-null scalar

Numerical index.

Batcher.batches ● [Batch!]! non-null object

Batches started by this sender.

Batcher.batches.skip ● Int scalar
Batcher.batches.first ● Int scalar
Batcher.batches.orderBy ● Batch_orderBy enum
Batcher.batches.orderDirection ● OrderDirection enum
Batcher.batches.where ● Batch_filter input