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