dgraph-docs
dgraph-docs copied to clipboard
A native GraphQL Database with a graph backend
Removed the client information from the docs and linked them to the GitHub repo. The information was redundant in docs and this has to be always maintained and in sync...
From https://dgraph-community.slack.com/archives/C0535D17KCK/p1686868659070189 https://dgraph.io/docs/graphql/mutations/upsert/ says that Dgraph does not support nested update. We should point to GraphQL - DQL interop and an page explaining how to do it with customer resolver.
Make it clear in the doc that all features exposed through Zero endpoint are not available in cloud. Especially assign UIDs.
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 sub-pages only cover special cases ([uid function...
https://dgraph.io/docs/deploy/cli-command-reference/#dgraph-raftmigrate See https://github.com/dgraph-io/dgraph/pull/7520
Updated with details of how a term token is defined, and added a link to the custom tokenizer page.
Add description for audit logging in graphql subscriptions. 
Explain the export /import in multitenant depending on the user (super admin or tenant admin). Explain the format of the files generated by an export (and in the case the...
Modify this page https://dgraph.io/tour/graphqlbasic/3/ to say that __type() is an automatically generated field of the required __Type type, per the GraphQL spec. Extend this text "The GraphQL schema tells us...