I’m looking to access a Customer’s Metafields through the Storefront API. It seems that a Customer Connection for **metafields ([MetafieldConnection!](https://shopify.dev/docs/storefront-api/reference/object/metafieldconnection))** is NOT present like it is on, say, the Product resource.
The strange thing is that we can expose these Metafields using the Admin GraphQl’s metafieldStorefrontVisibilityCreate mutation. Please note the option for **CUSTOMER** in ownerTypes. I can’t see any other value in including this unless it was available in the Storefront API.
Hopefully someone from Shopify can provide some insight here.