Update product variant location visibility

Hello,

I’m attempting to update a product variant and set the variant visible in a location but I’m not unsuccessful. I’ve highlighted the location with the issue.

If I update the locations and try again:

After setting the visibility, the stock is now updated and visible.

How can I set the visibility of the location variation?

Query:

mutation productUpdate($input: ProductInput!) { productUpdate(input: $input) { product { id, media(first: 250) { edges {node { … on MediaImage { id alt image { originalSrc } } } } }, variants(first: 100) { edges { node { id, selectedOptions { name, value }}}}} userErrors { field message }}}

Thank you!