dgraph-docs
dgraph-docs copied to clipboard
A native GraphQL Database with a graph backend
## Documentation We need to document it on enterprise docs. https://discuss.dgraph.io/t/can-the-groot-account-still-log-in-after-the-expiration-of-the-enterprise-version/7352
v22 cluster-setup refers to getting started for simple setup, also cluster-types omits command lines
The page https://dgraph.io/docs/deploy/cluster-setup/ says "Tip For a single server setup, recommended for new users, please see [Get Started](https://dgraph.io/docs/get-started/) page." but that page is about querying and no longer has any...
Due to page changes we have some 404 to correct. Either by redirecting at nginx level or by updating the reference. https://github.com/dgraph-io/dgraph-docs/pull/488
Dgraph metrics allow counting of successful and errored queries and mutations, as well as latency averages, but this is not documented, and the metric names are called "latency" which is...
Generally, all functions in all docs should be documented with their input paramters, parameter types, and return type to be complete, but lambda functions do not include types. Also it...
### What version of Dgraph is the target? v21.03.1 ### Documentation. The [@count documentation](https://dgraph.io/docs/query-language/count/#) could be improved to show examples where the predicate is filtered inside the count, example: `count(friend...
### What version of Dgraph is the target? v21.03.01 ### Documentation. DQL requires a specific order when using @count with @recurse. The below examples illustrate the behavior based on DGraph...
Just adding the Diagram code