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