CompanyApiKeyErrorStatsType
No description
type CompanyApiKeyErrorStatsType {
total: Int
totalErrors: Int
groupedByCode: [CompanyApiKeyErrorStatsKeyValueCount]
groupedByOperationName: [CompanyApiKeyErrorStatsKeyValueCount]
}
Fields
CompanyApiKeyErrorStatsType.total
● Int
scalar
Total number of requests that had an error
CompanyApiKeyErrorStatsType.totalErrors
● Int
scalar
Total number of errors
CompanyApiKeyErrorStatsType.groupedByCode
● [CompanyApiKeyErrorStatsKeyValueCount]
list object
CompanyApiKeyErrorStatsType.groupedByOperationName
● [CompanyApiKeyErrorStatsKeyValueCount]
list object
Returned by
companyApiKeyErrorStats
query