reports
Get reports with support for pagination
reports(
first: Int
last: Int
after: String
before: String
): ReportConnection!
Arguments
first
(Int
)
Get at most the first n
entries (forward pagination)
last
(Int
)
Get at most the last n
entries (backward pagination)
after
(String
)
Get entries that come after the provided cursor (forward pagination)
before
(String
)
Get entries that come before the provided cursor (backward pagination)
Type
ReportConnection
Pagination result