Skip to main content
Version: 4.2.0

report

fetch data from the table: "report"

report(
distinct_on: [report_select_column!]
limit: Int
offset: Int
order_by: [report_order_by!]
where: report_bool_exp
): [report!]!

Arguments

distinct_on ([report_select_column!])

distinct select on columns

limit (Int)

limit the number of rows returned

offset (Int)

skip the first n rows. Use only with order_by

order_by ([report_order_by!])

sort the rows by one or more columns

where (report_bool_exp)

filter the rows returned

Type

report

columns and relationships of "report"