chain_link_proof
fetch data from the table: "chain_link_proof"
chain_link_proof(
distinct_on: [chain_link_proof_select_column!]
limit: Int
offset: Int
order_by: [chain_link_proof_order_by!]
where: chain_link_proof_bool_exp
): [chain_link_proof!]!
Arguments
distinct_on
([chain_link_proof_select_column!]
)
distinct select on columns
limit
(Int
)
limit the number of rows returned
offset
(Int
)
skip the first n rows. Use only with order_by
order_by
([chain_link_proof_order_by!]
)
sort the rows by one or more columns
where
(chain_link_proof_bool_exp
)
filter the rows returned
Type
chain_link_proof
columns and relationships of "chain_link_proof"