Open thegeekywanderer opened 1 year ago
g.mergeV([(id):'v-1').option(onCreate, [(label): 'PERSON', 'email': 'person-1@example.org']) I can't recreate this command to make efficient upserts
g.mergeV([(id):'v-1').option(onCreate, [(label): 'PERSON', 'email': 'person-1@example.org'])
I took a stab at adding mergeV in my fork's branch. It's in this PR if anyone looking at this issues wants to try the branch until it gets merged & released.
mergeV
g.mergeV([(id):'v-1').option(onCreate, [(label): 'PERSON', 'email': 'person-1@example.org'])
I can't recreate this command to make efficient upserts