Skip to main content

LockupBatcher

Sender address that created batches.

type LockupBatcher {
id: String!
batchCounter: BigInt!
batches(
skip: Int = 0
first: Int = 100
orderBy: LockupBatch_orderBy
orderDirection: OrderDirection
where: LockupBatch_filter
): [LockupBatch!]!
}

Fields

LockupBatcher.id ● String! non-null scalar

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

LockupBatcher.batchCounter ● BigInt! non-null scalar

Total number of batches started by this sender.

LockupBatcher.batches ● [LockupBatch!]! non-null object

Batches started by this sender.

LockupBatcher.batches.skip ● Int scalar
LockupBatcher.batches.first ● Int scalar
LockupBatcher.batches.orderBy ● LockupBatch_orderBy enum
LockupBatcher.batches.orderDirection ● OrderDirection enum
LockupBatcher.batches.where ● LockupBatch_filter input