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 3e3a0b2 commit 48c9002Copy full SHA for 48c9002
README.md
@@ -256,7 +256,7 @@ const res = await txn.doRequest(req);
256
console.log(JSON.stringify(res.getJson()));
257
```
258
259
-### Running an Upsert: query + mutation
+### Running an Upsert: Query + Mutation
260
261
The `txn.doRequest` function allows you to run upserts consisting of one query and one mutation.
262
Query variables could be defined and can then be used in the mutation. You can also use the
0 commit comments