Skip to main content

FlowBatch

columns and relationships of "FlowBatch"

type FlowBatch {
batcher: FlowBatcher
batcher_id: String
hash: String
id: String!
position: numeric
size: numeric!
streams(
distinct_on: [FlowStream_select_column!]
limit: Int
offset: Int
order_by: [FlowStream_order_by!]
where: FlowStream_bool_exp
): [FlowStream!]!
streams_aggregate(
distinct_on: [FlowStream_select_column!]
limit: Int
offset: Int
order_by: [FlowStream_order_by!]
where: FlowStream_bool_exp
): FlowStream_aggregate!
timestamp: numeric
}

Fields

FlowBatch.batcher ● FlowBatcher object

An object relationship

FlowBatch.batcher_id ● String scalar

FlowBatch.hash ● String scalar

FlowBatch.id ● String! non-null scalar

FlowBatch.position ● numeric scalar

FlowBatch.size ● numeric! non-null scalar

FlowBatch.streams ● [FlowStream!]! non-null object

An array relationship

FlowBatch.streams.distinct_on ● [FlowStream_select_column!] list enum

distinct select on columns

FlowBatch.streams.limit ● Int scalar

limit the number of rows returned

FlowBatch.streams.offset ● Int scalar

skip the first n rows. Use only with order_by

FlowBatch.streams.order_by ● [FlowStream_order_by!] list input

sort the rows by one or more columns

FlowBatch.streams.where ● FlowStream_bool_exp input

filter the rows returned

FlowBatch.streams_aggregate ● FlowStream_aggregate! non-null object

An aggregate relationship

FlowBatch.streams_aggregate.distinct_on ● [FlowStream_select_column!] list enum

distinct select on columns

FlowBatch.streams_aggregate.limit ● Int scalar

limit the number of rows returned

FlowBatch.streams_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

FlowBatch.streams_aggregate.order_by ● [FlowStream_order_by!] list input

sort the rows by one or more columns

FlowBatch.streams_aggregate.where ● FlowStream_bool_exp input

filter the rows returned

FlowBatch.timestamp ● numeric scalar