Asset
fetch data from the table: "Asset"
Asset(
distinct_on: [Asset_select_column!]
limit: Int
offset: Int
order_by: [Asset_order_by!]
where: Asset_bool_exp
): [Asset!]!
Arguments
Asset.distinct_on ● [Asset_select_column!] list enum
distinct select on columns
Asset.limit ● Int scalar
limit the number of rows returned
Asset.offset ● Int scalar
skip the first n rows. Use only with order_by
Asset.order_by ● [Asset_order_by!] list input
sort the rows by one or more columns
Asset.where ● Asset_bool_exp input
filter the rows returned
Type
Asset object
columns and relationships of "Asset"