After checking our resource here and looking at the examples, it seems like there are a few missteps in the request. First, you will need to query for inventory_item_id, found on the InventoryItem object. I’ve included an example to help with formatting your request without separated input variables, which would look something closer to the example below. There is some pretty in-depth documentation available if you are new to GraphQL, specifically this GraphQL Learning Kit from our Partner Blog, especially if you are looking for some formatting examples - Cheers!
Hey @awwdam - Okay, very helpful! Thanks. I’m starting to do that GraphQL tutorial. So, in order to reach my goal of updating the cost of a specific sku in our inventory system once the cost changes there, I need to use the sku to query for the inventoryItem ID. That way I can turn around and do the mutation for that ID. This didn’t work, but am I on the right track with the below? I’m getting that from the tutorial you sent: