ReportData (Object)
Description
No description
Fields
Name | Description |
---|---|
description - String | |
key - String! | |
previousValue - ReportDataValue | |
type - ReportDataType! | |
value - ReportDataValue! |
type ReportData {
description: String
key: String!
previousValue: ReportDataValue
type: ReportDataType!
value: ReportDataValue!
}