Hello Devs,
I have been trying set title and description value to null in pageUpdate mutation. The variable value is like below:
{
"id": "gid://shopify/Page/xxxx",
"page": {
"title": "This is the Title",
"handle": "this-is-the-handle",
"metafields": [
{
"key": "title_tag",
"type": "string",
"value": "",
"namespace": "global"
}
]
}
}
But I cannot set the SEO title to null or blank. Though it can be blanked via shopify editor.
This results in inconsistent behaviour relative to productUpdate and collectionUpdate.
Any work around on this matter?