Skip to main content

LockupBatcher

columns and relationships of "LockupBatcher"

type LockupBatcher {
batchCounter: numeric!
batches(
distinct_on: [LockupBatch_select_column!]
limit: Int
offset: Int
order_by: [LockupBatch_order_by!]
where: LockupBatch_bool_exp
): [LockupBatch!]!
batches_aggregate(
distinct_on: [LockupBatch_select_column!]
limit: Int
offset: Int
order_by: [LockupBatch_order_by!]
where: LockupBatch_bool_exp
): LockupBatch_aggregate!
id: String!
}

Fields

LockupBatcher.batchCounter ● numeric! non-null scalar

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

An array relationship

LockupBatcher.batches.distinct_on ● [LockupBatch_select_column!] list enum

distinct select on columns

LockupBatcher.batches.limit ● Int scalar

limit the number of rows returned

LockupBatcher.batches.offset ● Int scalar

skip the first n rows. Use only with order_by

LockupBatcher.batches.order_by ● [LockupBatch_order_by!] list input

sort the rows by one or more columns

LockupBatcher.batches.where ● LockupBatch_bool_exp input

filter the rows returned

LockupBatcher.batches_aggregate ● LockupBatch_aggregate! non-null object

An aggregate relationship

LockupBatcher.batches_aggregate.distinct_on ● [LockupBatch_select_column!] list enum

distinct select on columns

LockupBatcher.batches_aggregate.limit ● Int scalar

limit the number of rows returned

LockupBatcher.batches_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

LockupBatcher.batches_aggregate.order_by ● [LockupBatch_order_by!] list input

sort the rows by one or more columns

LockupBatcher.batches_aggregate.where ● LockupBatch_bool_exp input

filter the rows returned

LockupBatcher.id ● String! non-null scalar