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