Represents a User Trait.

type Trait {
  id: UUID!
  source: Source!
  label: TraitLabel!
  value: String!
  timestamp: Time!
}

Fields

id
UUID!

Unique identifier for the trait.

source
Source!
The source of the trait.

label
TraitLabel!
The label of the trait.

value
String!

The value of the trait.

timestamp
Time!

The timestamp when the trait was recorded.

Returned By

getTraits

lookupTrait