INPUT_OBJECT

StatelessSimulatedFeedInput

link GraphQL Schema definition

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

link Require by