Raphael
Raphael
### What version of Dgraph are you using? v23.0 ### Tell us a little more about your go-environment? _No response_ ### Have you tried reproducing the issue with the latest...
### Use case and current behavior Authorization config is done through the Dgraph.Authorization comment line in the GraphQL Schema. With the current solution, renewing the certificate requires the redeployment of...
Create a docker image with lambda server and acl enabled. Add a sample lambda files with test functions.
### Use case and current behavior GraphQL schema has @id but not unique constraint. ### Enhancement add @unique directive at field level. From : https://github.com/dgraph-io/dgraph/issues/8179 ___ ### Multiple Uniques or...
### Use case and current behavior GraphQL object can have an @id field but not constraints on a set of unique values. ### Enhancement From : https://github.com/dgraph-io/dgraph/issues/8179 ### Composite Uniques...
### What you wanted to do. Random nodes can be selected from the graph using random: v21.12 PR https://github.com/dgraph-io/dgraph/pull/7693
### What you wanted to do. v21.12 PR https://github.com/dgraph-io/dgraph/pull/8032 introduce a magic number to prevents DB to start up if the version is not compatible. Avoid corruption.
### Use case and current behavior DQL types include int64. Some use cases (finance and others) require arbitrary-precision arithmetic (big numbers). ### Enhancement Big.Int must be supported. As Go Big...