Is there a way to add a new field with unique data on a type with existing data?
My approach is add a new nullable field, then change the data and add unique values to this new field via looped mutation (script) and then add @isUnique to it. Is there a better way?