Removes products from the market
mutation {
market_remove_multiple(
items: ["1ef34673-32bf-6dbc-84bb-0242ac1e000b"] # IDs of products
) {
# Position in request
index # 1
# instance of MarketProductUnion. Possible types:
# MarketProduct
# MarketProductHistory
product
# Error category
errorCategory # market.product.not_found
# Error category
errorMessage # ❗️ Oops! Item not found.
}
}