Skip to main content
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
# client.set_graph("my-graph")
# client.checkout(my_change)
client.query('CHANGE SUBMIT')
client.checkout("main")
I