INPUT_OBJECT
StatelessSimulatedFeedInput
link GraphQL Schema definition
- input StatelessSimulatedFeedInput {
- # Topic IDs that the simulated user follows
- : [ID!]
- # User IDs that the simulated user follows
- : [ID!]
- # Post IDs to exclude from results (for client-side pagination)
- : [ID!]
- # Filter by provider type for educational relevance
- : ID
- # Minimum educational value score required (0-5). Requires providerTypeID.
- : Int
- # Experimental feed boost overrides for specific users
- : [UserBoostOverride!]
- # Content type ratios (article/video). Defaults to 40% articles, 60% videos if not
- # specified
- : [TypeRatioInput!]
- }