File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ and understand how to run and work with Dgraph.
17
17
## Table of contents
18
18
19
19
- [ Install] ( #install )
20
+ - [ Supported Versions] ( #supported-versions )
20
21
- [ Quickstart] ( #quickstart )
21
22
- [ Using a client] ( #using-a-client )
22
23
- [ Create a client] ( #create-a-client )
@@ -51,6 +52,15 @@ You will also need a Promise polyfill for
51
52
We recommend [ taylorhakes/promise-polyfill] ( https://github.com/taylorhakes/promise-polyfill )
52
53
for its small size and Promises/A+ compatibility.
53
54
55
+ ## Supported Versions
56
+
57
+ Depending on the version of Dgraph that you are connecting to, you will have to
58
+ use a different version of this client.
59
+
60
+ | Dgraph version | dgraph-js-http version |
61
+ | :--------------------:| :------------------------------:|
62
+ | >= 1.1 | >= * 1.1.1* |
63
+
54
64
## Quickstart
55
65
56
66
Build and run the [ simple] project in the ` examples ` folder, which
You can’t perform that action at this time.
0 commit comments