- Replace ProductSet.mediaIds with a new `files` field using `FileSetInput`, enabling both linking existing media and creating new files.
- Replace ProductSetVariantInput.mediaId with a `file` field that also uses `FileSetInput` for variant media association.
- These changes are breaking; update any GraphQL mutations to use the new fields and types.