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