Skip to main content

package

fetch data from the table: "package"

package(
distinct_on: [package_select_column!]
limit: Int
offset: Int
order_by: [package_order_by!]
where: package_bool_exp
): [package!]!

Arguments

package.distinct_on ● [package_select_column!] list enum

distinct select on columns

package.limit ● Int scalar

limit the number of rows returned

package.offset ● Int scalar

skip the first n rows. Use only with order_by

package.order_by ● [package_order_by!] list input

sort the rows by one or more columns

package.where ● package_bool_exp input

filter the rows returned

Type

package object

columns and relationships of "package"