Skip to main content

AnnotationsLabelerMetric

No description

type AnnotationsLabelerMetric implements SingleUserMetric {
date: DateTime!
userId: ID!
userFirstName: String!
userLastName: String!
userEmail: String!
value: Int
}

Fields

AnnotationsLabelerMetric.date ● DateTime! non-null scalar

AnnotationsLabelerMetric.userId ● ID! non-null scalar

AnnotationsLabelerMetric.userFirstName ● String! non-null scalar

AnnotationsLabelerMetric.userLastName ● String! non-null scalar

AnnotationsLabelerMetric.userEmail ● String! non-null scalar

AnnotationsLabelerMetric.value ● Int scalar

Total number of annotations for user on given granularity

Interfaces

SingleUserMetric interface