On this release version, avoid doing too many small commits on a graph and favorise bulk changes. It can lead to a loss in query performance after too many commits on a graph. This will be fixed in the next release.
- Python SDK
- cURL
- Javascript
Copy
Ask AI
# client.set_graph("my-graph")
# client.checkout(my_change)
client.query('CHANGE SUBMIT')
client.checkout("main")

