You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ use a different version of this client.
62
62
63
63
| Dgraph version | dgraph-js-http version |
64
64
| :------------: | :--------------------: |
65
+
| >= 21.03.0 | >= _21.3.0_|
65
66
| >= 20.03.0 | >= _20.3.0_|
66
67
| >= 1.1 | >= _1.1.0_|
67
68
@@ -97,6 +98,24 @@ const dgraphClient = new dgraph.DgraphClient(clientStub);
97
98
98
99
To facilitate debugging, [debug mode](#debug-mode) can be enabled for a client.
99
100
101
+
### Create a Client for Dgraph Cloud Endpoint
102
+
103
+
If you want to connect to Dgraph running on your [Dgraph Cloud](https://cloud.dgraph.io) instance, then all you need is the URL of your Dgraph Cloud endpoint and the API key. You can get a client using them as follows:
0 commit comments