OBJECT
type FeedWeightConfig {# Ratio of following vs topic content (0.0 to 1.0)# e.g., 0.3 = 30% from followed users, 70% from topicsfollowingRatio: Float! # Maximum posts from a single author in the feedmaxPostsPerAuthor: Int! # Minimum number of different authors requiredminAuthorDiversity: Int! }