Skip to main content

NumberOfAnnotationsMetric

No description

type NumberOfAnnotationsMetric implements CategoryMetric {
date: DateTime!
categoryKey: String!
jobKey: String!
value: Int
}

Fields

NumberOfAnnotationsMetric.date ● DateTime! non-null scalar

NumberOfAnnotationsMetric.categoryKey ● String! non-null scalar

NumberOfAnnotationsMetric.jobKey ● String! non-null scalar

NumberOfAnnotationsMetric.value ● Int scalar

Interfaces

CategoryMetric interface