Skip to content
Branching Tales

Items codex

Items

Browse gear with type and rarity filters, computed market value, modifiers, and the exact GraphQL payload behind the list.

  • complex where
  • multi-key orderBy
  • SVG icons
  • formula values

Showing 0 of 0 items

Filters

Request payload

{
  "data": {
    "first": 24,
    "orderBy": [
      {
        "direction": "desc",
        "field": "data",
        "path": "rarity",
        "type": "text"
      },
      {
        "direction": "desc",
        "field": "data",
        "path": "market_value",
        "type": "float"
      },
      {
        "direction": "asc",
        "field": "data",
        "path": "name.en",
        "type": "text"
      }
    ]
  },
  "typesData": {
    "first": 100,
    "orderBy": [
      {
        "direction": "asc",
        "field": "data",
        "path": "name.en",
        "type": "text"
      }
    ]
  },
  "locale": "en",
  "pageInfo": null
}