Skip to main content
Version: 4.2.0

chain_link

columns and relationships of "chain_link"

type chain_link {
chain_config: chain_link_chain_config!
chain_link_proofs(
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!]!
creation_time: timestamp!
external_address: String!
height: bigint!
profile: profile!
proof: chain_link_proof
user_address: String!
}

Fields

An object relationship

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

creation_time (timestamp!)

external_address (String!)

height (bigint!)

profile (profile!)

An object relationship

An object relationship

user_address (String!)