Skip to main content

Report (Object)

Description

No description



Fields

NameDescription
data - [ReportData!]
description - String
endDate - DateTime
previousValue - String
slug - String!
startDate - DateTime
title - String!
tooltip - String
value - String

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