ExportOrganizationReportInput
Autogenerated input type of ExportOrganizationReport
| Input Fields : Object | Description |
|---|---|
| clientMutationId: String | A unique identifier for the client performing the mutation. |
| columns: [String] | The fields to be added as columns in the exported XLSX file |
| filter: ReportCardsFilter | The filter to be applied in this exportation |
| organizationId: Int | The organization of the report being exported |
| organizationReportId: Int | An optional reference to a previously saved report (which is being exported by this task) |
| pipeIds: [Int] | The pipes to be included in the exportation |
| sortBy: ReportSortDirectionInput | The sort direction of the results (as they will appear in the XSLX file) |