Skip to main content

Batch

fetch data from the table: "Batch"

Batch(
distinct_on: [Batch_select_column!]
limit: Int
offset: Int
order_by: [Batch_order_by!]
where: Batch_bool_exp
): [Batch!]!

Arguments

Batch.distinct_on ● [Batch_select_column!] list enum

distinct select on columns

Batch.limit ● Int scalar

limit the number of rows returned

Batch.offset ● Int scalar

skip the first n rows. Use only with order_by

Batch.order_by ● [Batch_order_by!] list input

sort the rows by one or more columns

Batch.where ● Batch_bool_exp input

filter the rows returned

Type

Batch object

columns and relationships of "Batch"