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_on
([application_link_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
([application_link_order_by!]
)
sort the rows by one or more columns
where
(application_link_bool_exp
)
filter the rows returned
Type
application_link
columns and relationships of "application_link"