Skip to main content

LockupBatch

columns and relationships of "LockupBatch"

type LockupBatch {
batcher: LockupBatcher
batcher_id: String
hash: String
id: String!
position: numeric
size: numeric!
streams(
distinct_on: [LockupStream_select_column!]
limit: Int
offset: Int
order_by: [LockupStream_order_by!]
where: LockupStream_bool_exp
): [LockupStream!]!
streams_aggregate(
distinct_on: [LockupStream_select_column!]
limit: Int
offset: Int
order_by: [LockupStream_order_by!]
where: LockupStream_bool_exp
): LockupStream_aggregate!
timestamp: numeric
}

Fields

LockupBatch.batcher ● LockupBatcher object

An object relationship

LockupBatch.batcher_id ● String scalar

LockupBatch.hash ● String scalar

LockupBatch.id ● String! non-null scalar

LockupBatch.position ● numeric scalar

LockupBatch.size ● numeric! non-null scalar

LockupBatch.streams ● [LockupStream!]! non-null object

An array relationship

LockupBatch.streams.distinct_on ● [LockupStream_select_column!] list enum

distinct select on columns

LockupBatch.streams.limit ● Int scalar

limit the number of rows returned

LockupBatch.streams.offset ● Int scalar

skip the first n rows. Use only with order_by

LockupBatch.streams.order_by ● [LockupStream_order_by!] list input

sort the rows by one or more columns

LockupBatch.streams.where ● LockupStream_bool_exp input

filter the rows returned

LockupBatch.streams_aggregate ● LockupStream_aggregate! non-null object

An aggregate relationship

LockupBatch.streams_aggregate.distinct_on ● [LockupStream_select_column!] list enum

distinct select on columns

LockupBatch.streams_aggregate.limit ● Int scalar

limit the number of rows returned

LockupBatch.streams_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

LockupBatch.streams_aggregate.order_by ● [LockupStream_order_by!] list input

sort the rows by one or more columns

LockupBatch.streams_aggregate.where ● LockupStream_bool_exp input

filter the rows returned

LockupBatch.timestamp ● numeric scalar