EntityReport (Object)
Description
No description
Fields
| Name | Description |
|---|---|
| data - [ReportData!] | |
| description - String | |
| endDate - DateTime | |
| entity - ReportableEntity | |
| entityId - ID! | |
| entityType - ReportableEntityType! | |
| startDate - DateTime | |
| tooltip - String |
type EntityReport {
data: [ReportData!]
description: String
endDate: DateTime
entity: ReportableEntity
entityId: ID!
entityType: ReportableEntityType!
startDate: DateTime
tooltip: String
}