Hi guys I am using :
{
product(id: “gid://shopify/Product/6806329950293”) {
availablePublicationCount
metafields(first: 5) {
edges {
node {
id
key
value
description
}
}
}
}
}
And the gid for the metafield keeps changing!:
“metafields”: {
“edges”: [
{
“node”: {
“id”: “gid://shopify/Metafield/20662215409749”,
This is obviously making it impossible for me to perform Product Update mutations!
I am not sure what is causing this gid for the metafields to change randomly… its done it about 3 times now throughout the day.
Surely once that metafield is created the gid is set in stone!?