Skip to main content

TimeLabelerMetric

No description

type TimeLabelerMetric implements LabelerMetric {
date: DateTime!
userId: ID!
value: Int
action: LabelerAction!
}

Fields

TimeLabelerMetric.date ● DateTime! non-null scalar

TimeLabelerMetric.userId ● ID! non-null scalar

TimeLabelerMetric.value ● Int scalar

Total duration on action for user on given granularity

TimeLabelerMetric.action ● LabelerAction! non-null enum

Interfaces

LabelerMetric interface