7b70a1bff6
Fixes https://github.com/twentyhq/twenty/issues/15369 It's the first time we are hitting this weird behavior on apollo onCompleted / onError. Theoretically if the reference of the onCompleted (resp onError) callback is changing, this will trigger a re-run of onCompleted. But also theretically the reference here is a recoilCallback so should never change. As this is synchronous I have move this logic to a sync way