reports
Get reports with support for pagination (filtering not implemented at the moment)
reports(
first: Int
last: Int
after: String
before: String
where: ReportFilter
): ReportConnection!
Arguments
first (Int)
last (Int)
after (String)
before (String)
where (ReportFilter)
Type
ReportConnection
Report pagination result