Skip to main content

LockupBatcher

fetch data from the table: "LockupBatcher"

LockupBatcher(
distinct_on: [LockupBatcher_select_column!]
limit: Int
offset: Int
order_by: [LockupBatcher_order_by!]
where: LockupBatcher_bool_exp
): [LockupBatcher!]!

Arguments

LockupBatcher.distinct_on ● [LockupBatcher_select_column!] list enum

distinct select on columns

LockupBatcher.limit ● Int scalar

limit the number of rows returned

LockupBatcher.offset ● Int scalar

skip the first n rows. Use only with order_by

LockupBatcher.order_by ● [LockupBatcher_order_by!] list input

sort the rows by one or more columns

LockupBatcher.where ● LockupBatcher_bool_exp input

filter the rows returned

Type

LockupBatcher object

columns and relationships of "LockupBatcher"