Skip to main content

listReports

listReports(
schemaId: UUID
searchQuery: String
onlyPublished: Boolean = false
before: String
after: String
first: Int
last: Int
): ReportConnection!

Arguments

listReports.schemaId ● UUID scalar

listReports.searchQuery ● String scalar

listReports.onlyPublished ● Boolean scalar

listReports.before ● String scalar

Returns the items in the list that come before the specified cursor.

listReports.after ● String scalar

Returns the items in the list that come after the specified cursor.

listReports.first ● Int scalar

Returns the first n items from the list.

listReports.last ● Int scalar

Returns the items in the list that come after the specified cursor.

Type

ReportConnection object

A connection to a list of items.