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