dgraph-docs
dgraph-docs copied to clipboard
A native GraphQL Database with a graph backend
When requesting to add a claim for the first time, it's possible that it may not be ready yet. Waiting for it will prevent errors. Additionally, Firebase might return a...
## The Problem All screenshots were taken on a 3840x2160 display in Firefox zoomet to 130%. Lets first have a look at the docs on a regular horizontal display. Looks...
Topic: Docs(GraphQL): Fix typo in offset Description: 1. Fix typo in offset in /graphql endpoint ```diff - offest + offset ``` The link to the page is: https://dgraph.io/docs/graphql/graphql-clients/endpoint/
## Description While following the https://dgraph.io/docs/dql/dql-get-started#step-4-alter-schema documentation I noticed that the described type for `release_date` was of type `date` not `datetime`. It appears that in later versions of the Ratel...
**Anything false or any instructions not working ?** There is a typo in content/graphql-dql/_index.md "parctices"  **Anything unclear or missing?** - **Doc structure** Typo **Additional context** -
Updating this tutorial to include a dedicated section on configuring Jaeger locally. This new section will provide step-by-step instructions on setting up Jaeger for local use. Page: https://dgraph.io/docs/deploy/admin/tracing/ * Added...
Documentation here: https://dgraph.io/docs/graphql/security/cors/ Claims that adding config line(s) to the bottom of the Schema file will modify the Response header accordingly. Perhaps "star" would be a special case. Or perhaps...
### What version of Dgraph are you using? v23.0.1 ### Tell us a little more about your go-environment? I'm using the `dgraph/dgraph:latest` image from dockerhub. ### Have you tried reproducing...