> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# PredictionTradersInput

> Input type of `predictionTraders`.

<div data-generated>
  ## GraphQL

  ```
  input PredictionTradersInput {
    traderIds: [String!]!
  }
  ```

  ### Used By

  **Used as input by**

  * [predictionTraders](/api-reference/queries/predictiontraders.md): Returns prediction traders by ID.
</div>
