OBJECT
type ReportWithFilters {displayedSelects: [Select!]! downloadLink: String fileJobStatus: String fileType: String filters: [Filter!]! hasPublishedExport: Boolean! hideChart: Boolean hideTable: Boolean hideTotal: Boolean id: ID! isDashboard: Boolean name: String! resource: ReportResource! results: ReportResults sortOverrides: JSON totalPages: Int! }