I am trying to write some code to get a product variant's current inventory and then update that same inventory. I am using the storefront graphql API (/api/2021-01/graphql) for the ProductVariant object.I am able to run the query correctly, but only...