Batcher
fetch data from the table: "Batcher"
Batcher(
distinct_on: [Batcher_select_column!]
limit: Int
offset: Int
order_by: [Batcher_order_by!]
where: Batcher_bool_exp
): [Batcher!]!
Arguments
Batcher.distinct_on
● [Batcher_select_column!]
list enum
distinct select on columns
Batcher.limit
● Int
scalar
limit the number of rows returned
Batcher.offset
● Int
scalar
skip the first n rows. Use only with order_by
Batcher.order_by
● [Batcher_order_by!]
list input
sort the rows by one or more columns
Batcher.where
● Batcher_bool_exp
input
filter the rows returned
Type
Batcher
object
columns and relationships of "Batcher"