When using the productUpdate
or productVariantsBulkUpdate
mutation to update metafields, it would be amazing if we could set the value to null to remove the metafield. Right now it won’t allow you to do that, which doesn’t make sense because we can use these mutations to create metafields, but then we can’t remove them.
I want to be able to edit these fields along with other fields while doing a bulk operation, so using the metafieldsDelete
mutation doesn’t work for me.