Skip to main content

FlowBatcher

columns and relationships of "FlowBatcher"

type FlowBatcher {
batchCounter: numeric!
batches(
distinct_on: [FlowBatch_select_column!]
limit: Int
offset: Int
order_by: [FlowBatch_order_by!]
where: FlowBatch_bool_exp
): [FlowBatch!]!
batches_aggregate(
distinct_on: [FlowBatch_select_column!]
limit: Int
offset: Int
order_by: [FlowBatch_order_by!]
where: FlowBatch_bool_exp
): FlowBatch_aggregate!
id: String!
}

Fields

FlowBatcher.batchCounter ● numeric! non-null scalar

FlowBatcher.batches ● [FlowBatch!]! non-null object

An array relationship

FlowBatcher.batches.distinct_on ● [FlowBatch_select_column!] list enum

distinct select on columns

FlowBatcher.batches.limit ● Int scalar

limit the number of rows returned

FlowBatcher.batches.offset ● Int scalar

skip the first n rows. Use only with order_by

FlowBatcher.batches.order_by ● [FlowBatch_order_by!] list input

sort the rows by one or more columns

FlowBatcher.batches.where ● FlowBatch_bool_exp input

filter the rows returned

FlowBatcher.batches_aggregate ● FlowBatch_aggregate! non-null object

An aggregate relationship

FlowBatcher.batches_aggregate.distinct_on ● [FlowBatch_select_column!] list enum

distinct select on columns

FlowBatcher.batches_aggregate.limit ● Int scalar

limit the number of rows returned

FlowBatcher.batches_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

FlowBatcher.batches_aggregate.order_by ● [FlowBatch_order_by!] list input

sort the rows by one or more columns

FlowBatcher.batches_aggregate.where ● FlowBatch_bool_exp input

filter the rows returned

FlowBatcher.id ● String! non-null scalar