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