Skip to main content

TemplateErrorLogStats

No description

type TemplateErrorLogStats {
totalCount: Float!
renderErrorCount: Float!
customQueryErrorCount: Float!
oldestEntry: DateTime
newestEntry: DateTime
}

Fields

TemplateErrorLogStats.totalCount ● Float! non-null scalar

Total number of error logs

TemplateErrorLogStats.renderErrorCount ● Float! non-null scalar

Number of render errors

TemplateErrorLogStats.customQueryErrorCount ● Float! non-null scalar

Number of custom query errors

TemplateErrorLogStats.oldestEntry ● DateTime scalar

Date of the oldest error log entry

TemplateErrorLogStats.newestEntry ● DateTime scalar

Date of the newest error log entry

Returned By

templateErrorLogStats query