Skip to main content

FlowBatch

fetch data from the table: "FlowBatch"

FlowBatch(
distinct_on: [FlowBatch_select_column!]
limit: Int
offset: Int
order_by: [FlowBatch_order_by!]
where: FlowBatch_bool_exp
): [FlowBatch!]!

Arguments

FlowBatch.distinct_on ● [FlowBatch_select_column!] list enum

distinct select on columns

FlowBatch.limit ● Int scalar

limit the number of rows returned

FlowBatch.offset ● Int scalar

skip the first n rows. Use only with order_by

FlowBatch.order_by ● [FlowBatch_order_by!] list input

sort the rows by one or more columns

FlowBatch.where ● FlowBatch_bool_exp input

filter the rows returned

Type

FlowBatch object

columns and relationships of "FlowBatch"