Metafields are not returned in graphql storefront

Hi,

When I query for product’s metafields, I get null in response.

My query:

Every single product in my shop has a value for this metafield. This metafield does have “Storefront access” set to “Read” in it’s options, yet I still get null for results for metafields. Why is that?

I know there used to be that you had to make a mutation “metafieldStorefrontVisibilityCreate” to make the metafield visible in storefront, but I imagine that’s not required anymore since there’s an option for storefront access in metafields options?

What am I missing here? Thanks.