LockupAction
fetch data from the table: "LockupAction"
LockupAction(
distinct_on: [LockupAction_select_column!]
limit: Int
offset: Int
order_by: [LockupAction_order_by!]
where: LockupAction_bool_exp
): [LockupAction!]!
Arguments
LockupAction.distinct_on ● [LockupAction_select_column!] list enum
distinct select on columns
LockupAction.limit ● Int scalar
limit the number of rows returned
LockupAction.offset ● Int scalar
skip the first n rows. Use only with order_by
LockupAction.order_by ● [LockupAction_order_by!] list input
sort the rows by one or more columns
LockupAction.where ● LockupAction_bool_exp input
filter the rows returned
Type
LockupAction object
columns and relationships of "LockupAction"