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