Skip to main content

StatsInfo

Details of an specific error

type StatsInfo {
code: ID!
type: StatsInfoTypes!
hits: Int64!
time: Int! @deprecated
averageTime: Int64!
totalTime: Int64!
assets: [StatsAsset!]
}

Fields

StatsInfo.code ● ID! non-null scalar

StatsInfo.type ● StatsInfoTypes! non-null enum

Stats type

StatsInfo.hits ● Int64! non-null scalar

Total hits

StatsInfo.time ● Int! deprecated non-null scalar

DEPRECATED

deprecated from 2019-04-03. Added new fields averageTime and totalTime.

Average time (ms)

StatsInfo.averageTime ● Int64! non-null scalar

Average time (ms)

StatsInfo.totalTime ● Int64! non-null scalar

Total time (ms)

StatsInfo.assets ● [StatsAsset!] list object

Details about errors.

Member Of

OperationDetailed object