OBJECT
FeedWeightConfig
link GraphQL Schema definition
- type FeedWeightConfig {
- # Ratio of following vs topic content (0.0 to 1.0)
- # e.g., 0.3 = 30% from followed users, 70% from topics
- : Float!
- # Boost multiplier when a post matches both following AND topics
- : Float!
- # Maximum posts from a single author in the feed
- : Int!
- # Minimum number of different authors required
- : Int!
- }