File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ and understand how to run and work with Dgraph.
2020## Table of contents
2121
2222- [ Install] ( #install )
23+ - [ Supported Versions] ( #supported-versions )
2324- [ Quickstart] ( #quickstart )
2425- [ Using a Client] ( #using-a-client )
2526 - [ Creating a Client] ( #creating-a-client )
@@ -55,11 +56,7 @@ yarn add dgraph-js grpc
5556# yarn add @types/google-protobuf @types/protobufjs --dev
5657```
5758
58- ## Quickstart
59-
60- Build and run the [ simple] [ ] project in the ` examples ` folder, which
61- contains an end-to-end example of using the Dgraph JavaScript client. Follow the
62- instructions in the README of that project.
59+ ## Supported Versions
6360
6461Depending on the version of Dgraph that you are connecting to, you will have to
6562use a different version of this client.
@@ -73,6 +70,12 @@ Note: Only API breakage from *v1.X.Y* to *v2.X.Y* is in
7370the function ` DgraphClient.newTxn().mutate() ` . This function returns a ` messages.Assigned `
7471type in * v1.X* but a ` messages.Response ` type in * v2.X* .
7572
73+ ## Quickstart
74+
75+ Build and run the [ simple] [ ] project in the ` examples ` folder, which
76+ contains an end-to-end example of using the Dgraph JavaScript client. Follow the
77+ instructions in the README of that project.
78+
7679## Using a Client
7780
7881### Creating a Client
You can’t perform that action at this time.
0 commit comments