ReportInput (Input)
Description
No description
Fields
| Name | Description |
|---|---|
| endDate - String | |
| limit - Int | |
| slug - ReportSlug! | |
| sort - ColumnSortInput | |
| startDate - String | |
| timeFrame - ReportTimeFrame | |
| timeZone - String! |
input ReportInput {
endDate: String
limit: Int
slug: ReportSlug!
sort: ColumnSortInput
startDate: String
timeFrame: ReportTimeFrame
timeZone: String!
}