Hi All,
Sincere apologies if this doesn't make sense
I created the below trigger
CALL apoc.trigger.add('increase_followings_and_followers',
'UNWIND $createdRelationships AS rel
WITH rel, STARTNODE(rel) as follower, ENDNODE(rel) AS followed WITH rel,...