We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3638e05 commit 37b1d1cCopy full SHA for 37b1d1c
examples/simple/index.js
@@ -115,7 +115,7 @@ async function queryData(dgraphClient) {
115
}
116
117
async function main() {
118
- const dgraphClient = dgraph.open()
+ const dgraphClient = dgraph.open("dgraph://groot:password@localhost:8090")
119
await dropAll(dgraphClient)
120
await setSchema(dgraphClient)
121
await createData(dgraphClient)
0 commit comments