dgraph-io / dgraph-docs

A native GraphQL Database with a graph backend
https://dgraph.io/docs
Other
35 stars 66 forks source link

v23 /dql/mutations/ only has upserts (no standalone mutations) #604

Closed damonfeldman closed 1 year ago

damonfeldman commented 1 year ago

This page: https://dgraph.io/docs/dql/mutations/ has three sub-pages about upserts, but how to insert data with a regular mutation is not covered.

Also, the three functions are special cases ([uid function in upsert] [val function in upsert] [External IDs and Upsert Block]).

We need docs that cover the simple syntax for a "set" mutation with JSON and also the RDF versions.

damonfeldman commented 1 year ago

I see now. There is a mutations section under DQL. I'll add a PR edit to alter this page to be about special topics or similar.