Skip to main content

ReportInput (Input)

Description

No description



Fields

NameDescription
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!
}