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