Hey Shopify Devs,
We are working with collectionUpdate and articleUpdate mutation. We are giving the flexiblity to the user to change Image Filename and Image Alt Text.
input: {
image : {
altText: "New Alt Text",
src: "https://example.com/new-filename.png"
}
}
And for articleUpdate it’s {image: {url: "https://example.com/image.png"}}
The image updates inside Collection but it’s not available inside Content/Files options of the app.
Will the image stay forever or it might get deleted by shopify after certain time period.