ReportInput
No description
input ReportInput {
  endDate: String
  limit: Int
  slug: ReportSlug!
  sort: ColumnSortInput
  startDate: String
  timeFrame: ReportTimeFrame
  timeZone: String!
}
No description
input ReportInput {
  endDate: String
  limit: Int
  slug: ReportSlug!
  sort: ColumnSortInput
  startDate: String
  timeFrame: ReportTimeFrame
  timeZone: String!
}
endDate (String)limit (Int)slug (ReportSlug!)sort (ColumnSortInput)startDate (String)timeFrame (ReportTimeFrame)timeZone (String!)