Filters and sorts for inventory list
input PersonInventorySearchInput {
# Product name to search
name: String # Vulcan
# Product name to search strictly or not
nameStrict: Boolean
# CS2 Item Category
csgoItemCategoryEnum: CSGOCategory # PISTOLS
# CS2 Item Subcategory
csgoItemSubcategoryEnum: CSGOSubcategory # weapon_glock
csgoRarity: [String!]
# CS2 Rarity
csgoRarityEnum: [CSGORarity!]
csgoExterior: [String!]
# CS2 Exterior
csgoExteriorEnum: [CSGOExterior!]
# CS2 Float from
csgoFloatFrom: String # 0.1234
# CS2 Float to
csgoFloatTo: String # 0.2345
# CS2 StatTrak
csgoStatTrak: Boolean
# CS2 Souvenir
csgoSouvenir: Boolean
# CS2 Stickers
csgoStickers: Boolean
# CS2 Sticker Names. Use market_csgo_stickers_suggestion for search
csgoStickerNames: [String!] # paris2023_signature_floppy_4
# CS2 Sticker Names Operation
csgoStickerNamesOperand: LogicOperand
# Sort
sort: MarketProductSortInput
}