Conversations about creating, managing, and using metafields to store and retrieve custom data for apps and themes.
Hi all,
I have a Product metaField that contains a list of simple metaObjects.
The metaObjects contain a file (image) and a name (short text)
Is it possible to loop / iterate through the Product metaField which is a type: metaFeild (List) and display the image and name related to each metaObject using gql query ?
Thank you. Just trying to figure out if that data would be accessible or not at that level.