I'd like to reduce API call that's why I added username and icon image filed to all tables on cloudkit.
there is a userinfo table and it have a username and icon image field.
and I add those into all tables like posting and comment when creating new data.
my question is this. how can I sync all username and icon image if user change userinfo data?
thanks in advance