OBJECT
UserEntityFields
Each UserEntityField holds information associated to a given entity-user combination, such as preferences or interest scores.
link GraphQL Schema definition
- type UserEntityFields {
- # User to whom these fields apply
- User! :
- # User's Interest Level in the entity : LOW, MEDIUM, HIGH. If the user has not
- # interacted with the entity, interest will fall into LOW bucket
- UserInterestLevel :
- # Score representing User's interest in the parent entity
- Float :
- # User preference associated to the user
- #
- # Arguments
- # name: [Not documented]
- String!]): [UserPref!] ( : [
- }