Hi,
There is a real gap in collectionUpdate mutation. When updating Collection images we can set a new src and an ALT text.
But unlike articleUpdate GQL - the filename on a collection stays the same while image and ALT text gets updated.
We cannot migrate from Collection REST API to Collection GQL API as filename updates are essential for our clients.
Can we get a “filename” field like we have on fileUpdate mutation or just update the filename through src field like we have in articleUpdate mutation in GQL?