dgraph-docs
dgraph-docs copied to clipboard
A native GraphQL Database with a graph backend
Add reference to shared-instance flag 
Updated Request Logging to show v23 format, including timestamps.
DQL and GraphQL upserts are not well documented, to include both JSON and RDF forms etc.
This pr explains how to properly use a `p` directory that is coming from a different cluster. This adds instruction on how to let Zero correctly manage the `p` directory...
Mention that query must be URL encoded ( e.g ";" character). Mention that best practice is to use POST because of GET limitation on the URL length and code injections.
Would be great if there was a general overview of the key changes for v22 in the docs, instead of having to piece it together from forum posts and Github...
The Query Variable page (https://dgraph.io/docs/query-language/query-variables/) is confusing in how it differs from Value Variables. I was expecting "Query Variables" to describe how to send an external value into the query...
It says >Dgraph is designed to run on Linux. To run Dgraph on Windows and macOS, use the standalone Docker image. In the part " use the [standalone Docker image](https://dgraph.io/docs/dgraph-overview/#to-run-dgraph-using-the-standalone-docker-image)....
This topic of updating the schema only included GraphQL instructions. Added a brief note about DQL by linking to the admin/schema page.