Skip to main content

searchReportDefinition

Get all report definitions. The pagination can be either forward or backward. To enable forward pagination, two arguments are used: after and first. To enable backward pagination, two arguments are used: before and last.

When arguments for both forward and backward pagination are supplied, forward pagination will be used. When no arguments are supplied, it returns the first page of 10 reports (i.e. defaults first to 10).

searchReportDefinition(
after: String
before: String
first: Int
last: Int
filter: ReportDefinitionFilterInput
orderBy: ReportDefinitionOrderInput
): ReportDefinitionConnection

Arguments

searchReportDefinition.after ● String scalar

searchReportDefinition.before ● String scalar

searchReportDefinition.first ● Int scalar

searchReportDefinition.last ● Int scalar

searchReportDefinition.filter ● ReportDefinitionFilterInput input

searchReportDefinition.orderBy ● ReportDefinitionOrderInput input

Type

ReportDefinitionConnection object

A page of custom report results