AnalyticsResponse
No description
type AnalyticsResponse {
  maxCacheTime: Float!
  query: String!
  records: [ReportRecord!]!
  timeframe: AnalyticsQueryTimeframe!
}
No description
type AnalyticsResponse {
  maxCacheTime: Float!
  query: String!
  records: [ReportRecord!]!
  timeframe: AnalyticsQueryTimeframe!
}
maxCacheTime (Float!)query (String!)records ([ReportRecord!]!)timeframe (AnalyticsQueryTimeframe!)