Skip to content

Commit

Permalink
remove execute from documentation of clients python and node.js (ty…
Browse files Browse the repository at this point in the history
…pedb#337)

## What is the goal of this PR?
`execute` was mistakenly documented as a method of transaction for client python and node.js. It's now been removed.

resolves typedb#334
  • Loading branch information
Soroush Saffari authored Sep 7, 2020
1 parent 4ce3b12 commit e324588
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions 03-client-api/references/transaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ methods:
java:
<<: *method-execute
method: 'transaction.execute(GraqlQuery query, Options queryOptions);'
python:
<<: *method-execute
method: 'transaction.execute(query, infer=True, explain=False, batch_size=50);'
javascript:
<<: *method-execute
method: 'transaction.execute(query, queryOptions);'

- method:
common: &method-commit
Expand Down

0 comments on commit e324588

Please sign in to comment.