OBJECT
Represent User's Interest Score in a entity
type UserInterestScore implements Node {entity: Entity! id: ID! score: Float! user: User! }