Skip to main content

AnalyticsResponse (Object)

Description

No description



Fields

NameDescription
maxCacheTime - Float!
query - String!
records - [ReportRecord!]!
timeframe - AnalyticsQueryTimeframe!

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