Skip to main content

Batch

columns and relationships of "Batch"

type Batch {
batcher: Batcher
batcher_id: String
db_write_timestamp: timestamp
hash: String!
id: String!
label: String
size: numeric!
streams(
distinct_on: [Stream_select_column!]
limit: Int
offset: Int
order_by: [Stream_order_by!]
where: Stream_bool_exp
): [Stream!]!
timestamp: numeric!
}

Fields

Batch.batcher ● Batcher object

An object relationship

Batch.batcher_id ● String scalar

Batch.db_write_timestamp ● timestamp scalar

Batch.hash ● String! non-null scalar

Batch.id ● String! non-null scalar

Batch.label ● String scalar

Batch.size ● numeric! non-null scalar

Batch.streams ● [Stream!]! non-null object

An array relationship

Batch.streams.distinct_on ● [Stream_select_column!] list enum

distinct select on columns

Batch.streams.limit ● Int scalar

limit the number of rows returned

Batch.streams.offset ● Int scalar

skip the first n rows. Use only with order_by

Batch.streams.order_by ● [Stream_order_by!] list input

sort the rows by one or more columns

Batch.streams.where ● Stream_bool_exp input

filter the rows returned

Batch.timestamp ● numeric! non-null scalar