ReportValue
No description
type ReportValue {
text: String!
timeOfDay: LocalDateTime!
valueType: BenefitVariant!
}
Fields
ReportValue.text ● String! non-null scalar
The actual report.
ReportValue.timeOfDay ● LocalDateTime! non-null scalar
The time of day when the report was written.
ReportValue.valueType ● BenefitVariant! non-null enum
The variant of the benefit of the work item Used only for validation - Always BenefitVariant.REPORT.
Implemented By
BenefitValue union