INPUT_OBJECT

UserBoostOverride

link GraphQL Schema definition

  • input UserBoostOverride {
  • # User ID to apply boost override to
  • userID: ID!
  • # Feed boost multiplier (e.g., 1.0 = no boost, 2.0 = double priority)
  • boost: Float!
  • }