Skip to main content

ReportFilterInput

Filter criteria used when retrieving the results for a generated report.

input ReportFilterInput {
id: ID!
}

Fields

ReportFilterInput.id ● ID! non-null scalar

The ID of the report execution whose results are to be retrieved, originally returned by the generateReport mutation.

Member Of

report query