Skip to main content
Version: 4.2.0

application_link

fetch data from the table: "application_link"

application_link(
distinct_on: [application_link_select_column!]
limit: Int
offset: Int
order_by: [application_link_order_by!]
where: application_link_bool_exp
): [application_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 "application_link"