dgraph-js
dgraph-js copied to clipboard
Official Dgraph JavaScript client
**GitHub Issues are deprecated. Use [Discuss Issues](https://discuss.dgraph.io/c/issues/35/clients/46) for reporting issues about this repository.** { "errors": [ { "message": "2 UNKNOWN: 429 Too Many Requests. Please throttle your requests", "locations": [...
Resolves https://discuss.dgraph.io/t/dgraph-js-only-accepts-strings-as-query-args/12101 --- This change is [](https://reviewable.io/reviews/dgraph-io/dgraph-js/128)
This change is [](https://reviewable.io/reviews/dgraph-io/dgraph-js/139)
Since grpc package was replaced by @grpc/grpc-js this updates the relevant package references --- This change is [](https://reviewable.io/reviews/dgraph-io/dgraph-js/141)
This change is [](https://reviewable.io/reviews/dgraph-io/dgraph-js/146)
It looks like dgraph-js is using `@grpc/grpc-js` and not `grpc`. Using `grpc` in my project resulted in TS errors of type mismatch, changing to `@grpc/grpc-js` solved it. Updating the README...
Updating codeowners to map to GitHub Team for easier management
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.6 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Resolve [CVE-2023-28155](https://avd.aquasec.com/nvd/2023/cve-2023-28155/). This is due to dependency on https://www.npmjs.com/package/request which is no longer maintained.
This will skip changes in markdown and other files not related to code. - - - This change is [](https://reviewable.io/reviews/dgraph-io/dgraph-js/172)