Skip to main content

FlowBatcher

Sender address that created batches.

type FlowBatcher {
id: String!
batchCounter: BigInt!
batches(
skip: Int = 0
first: Int = 100
orderBy: FlowBatch_orderBy
orderDirection: OrderDirection
where: FlowBatch_filter
): [FlowBatch!]!
}

Fields

FlowBatcher.id ● String! non-null scalar

Unique identifier: batcher-{chainId}-{sender}

FlowBatcher.batchCounter ● BigInt! non-null scalar

Total number of batches started by this sender.

FlowBatcher.batches ● [FlowBatch!]! non-null object

Batches started by this sender.

FlowBatcher.batches.skip ● Int scalar
FlowBatcher.batches.first ● Int scalar
FlowBatcher.batches.orderBy ● FlowBatch_orderBy enum
FlowBatcher.batches.orderDirection ● OrderDirection enum
FlowBatcher.batches.where ● FlowBatch_filter input