Skip to main content

ActionLabelerMetric

No description

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

Fields

ActionLabelerMetric.date ● DateTime! non-null scalar

ActionLabelerMetric.userId ● ID! non-null scalar

ActionLabelerMetric.userFirstName ● String! non-null scalar

ActionLabelerMetric.userLastName ● String! non-null scalar

ActionLabelerMetric.userEmail ● String! non-null scalar

ActionLabelerMetric.value ● Int scalar

Total number of action for user on given granularity

ActionLabelerMetric.action ● LabelerAction! non-null enum

Interfaces

SingleUserMetric interface