Report (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| data - [ReportData!] | |
| description - String | |
| endDate - DateTime | |
| previousValue - String | |
| slug - String! | |
| startDate - DateTime | |
| title - String! | |
| tooltip - String | |
| value - String | 
type Report {
  data: [ReportData!]
  description: String
  endDate: DateTime
  previousValue: String
  slug: String!
  startDate: DateTime
  title: String!
  tooltip: String
  value: String
}