dgraph-docs icon indicating copy to clipboard operation
dgraph-docs copied to clipboard

A native GraphQL Database with a graph backend

Results 70 dgraph-docs issues
Sort by recently updated
recently updated
newest added

Add reference to shared-instance flag ![image](https://github.com/dgraph-io/dgraph-docs/assets/4118783/503f03c7-ad98-4ec0-90cb-c5e7b1a1cfab)

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.

bug

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...

cherry-pick

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.

bug

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...

bug

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)....

bug

This topic of updating the schema only included GraphQL instructions. Added a brief note about DQL by linking to the admin/schema page.