Hello,
Using the (deprecated) REST endpoint to GET inventory levels, we can filter by a list of inventory item IDs and a list of location IDs (see InventoryLevel - REST).
However, using the corresponding GraphQL query (inventoryItems - GraphQL Admin) it seems we can only filter by a single (!) inventory item ID and not by location at all (see inventoryItems - GraphQL Admin).
Maybe I’m missing something and there actually is a way to apply both filters using GraphQL?