Toi
12/14/2022, 3:31 PMCREATE will create the relationship only if it doesn't exist, and error otherwise.
TOUCH will upsert the relationship, and will not error if it already exists.
DELETE will delete the relationship and error if it doesn't exist.
pdewilde
01/11/2023, 11:43 PM