We can currently only log contact with a single `toUid`. It'd be great if this was an array that used `UNWIND` to do all the magic. Spec: - [ ] Change input type of `toUid` to be `[String!]!` - [ ] Modify cypher to use UNWIND
We can currently only log contact with a single
toUid. It'd be great if this was an array that usedUNWINDto do all the magic.Spec:
toUidto be[String!]!