Batcher
columns and relationships of "Batcher"
type Batcher {
batchCounter: numeric!
batches(
distinct_on: [Batch_select_column!]
limit: Int
offset: Int
order_by: [Batch_order_by!]
where: Batch_bool_exp
): [Batch!]!
db_write_timestamp: timestamp
id: String!
}
Fields
Batcher.batchCounter ● numeric! non-null scalar
Batcher.batches ● [Batch!]! non-null object
An array relationship
Batcher.batches.distinct_on ● [Batch_select_column!] list enum
distinct select on columns
Batcher.batches.limit ● Int scalar
limit the number of rows returned
Batcher.batches.offset ● Int scalar
skip the first n rows. Use only with order_by
Batcher.batches.order_by ● [Batch_order_by!] list input
sort the rows by one or more columns
Batcher.batches.where ● Batch_bool_exp input
filter the rows returned