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 96b440c commit ccc513fCopy full SHA for ccc513f
README.md
@@ -135,6 +135,8 @@ const clientStub = dgraph.clientStubFromSlashGraphQLEndpoint(
135
const dgraphClient = new dgraph.DgraphClient(clientStub);
136
```
137
138
+**Note:** the `clientStubFromSlashGraphQLEndpoint` method is deprecated and will be removed in the next release.
139
+
140
### Altering the Database
141
142
To set the schema, create an `Operation` object, set the schema and pass it to
0 commit comments