Dgraph graphql How to create new multiple nodes with edges to existing nodes?

Hi,

There is an upsert block like you describe (docs : https://docs.dgraph.io/mutations/#upsert-block). However, at current released version it works with triples and not json. There’s a PR about to be merged that adds json support.

1 Like