Skip to main content
Version: 4.2.0

chain_link_chain_config

columns and relationships of "chain_link_chain_config"

type chain_link_chain_config {
chain_links(
distinct_on: [chain_link_select_column!]
limit: Int
offset: Int
order_by: [chain_link_order_by!]
where: chain_link_bool_exp
): [chain_link!]!
name: String!
}

Fields

An array relationship

distinct select on columns

limit the number of rows returned

skip the first n rows. Use only with order_by

sort the rows by one or more columns

filter the rows returned

name (String!)