Skip to main content

LockupBatch

fetch data from the table: "LockupBatch"

LockupBatch(
distinct_on: [LockupBatch_select_column!]
limit: Int
offset: Int
order_by: [LockupBatch_order_by!]
where: LockupBatch_bool_exp
): [LockupBatch!]!

Arguments

LockupBatch.distinct_on ● [LockupBatch_select_column!] list enum

distinct select on columns

LockupBatch.limit ● Int scalar

limit the number of rows returned

LockupBatch.offset ● Int scalar

skip the first n rows. Use only with order_by

LockupBatch.order_by ● [LockupBatch_order_by!] list input

sort the rows by one or more columns

LockupBatch.where ● LockupBatch_bool_exp input

filter the rows returned

Type

LockupBatch object

columns and relationships of "LockupBatch"