NumberOfAnnotationsMetric
No description
type NumberOfAnnotationsMetric implements CategoryMetric {
date: DateTime!
categoryKey: String!
jobKey: String!
value: Int
}
No description
type NumberOfAnnotationsMetric implements CategoryMetric {
date: DateTime!
categoryKey: String!
jobKey: String!
value: Int
}
NumberOfAnnotationsMetric.date ● DateTime! non-null scalarNumberOfAnnotationsMetric.categoryKey ● String! non-null scalarNumberOfAnnotationsMetric.jobKey ● String! non-null scalarNumberOfAnnotationsMetric.value ● Int scalarCategoryMetric interface