ReportData
No description
type ReportData {
description: String
key: String!
previousValue: ReportDataValue
type: ReportDataType!
value: ReportDataValue!
}
No description
type ReportData {
description: String
key: String!
previousValue: ReportDataValue
type: ReportDataType!
value: ReportDataValue!
}
description
(String
)key
(String!
)previousValue
(ReportDataValue
)type
(ReportDataType!
)value
(ReportDataValue!
)