Report
No description
type Report {
data: [ReportData!]
description: String
endDate: DateTime
previousValue: String
slug: String!
startDate: DateTime
title: String!
tooltip: String
value: String
}
No description
type Report {
data: [ReportData!]
description: String
endDate: DateTime
previousValue: String
slug: String!
startDate: DateTime
title: String!
tooltip: String
value: String
}
data ([ReportData!])description (String)endDate (DateTime)previousValue (String)slug (String!)startDate (DateTime)title (String!)tooltip (String)value (String)