Skip to main content
Version: 4.2.0

chain_link

fetch data from the table: "chain_link"

chain_link(
distinct_on: [chain_link_select_column!]
limit: Int
offset: Int
order_by: [chain_link_order_by!]
where: chain_link_bool_exp
): [chain_link!]!

Arguments

distinct select on columns

limit (Int)

limit the number of rows returned

offset (Int)

skip the first n rows. Use only with order_by

sort the rows by one or more columns

filter the rows returned

Type

columns and relationships of "chain_link"