Skip to content

Commit

Permalink
adding insert shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheukting committed Dec 2, 2021
1 parent f6f0e1c commit c915edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminusdb_client/woqlquery/woql_query.py
Expand Up @@ -80,6 +80,7 @@ def __init__(self, query=None, graph="schema"):
self.update = self.update_document # self.update_object
self.delete = self.delete_document # self.delete_object
self.read = self.read_document # self.read_object
self.insert = self.insert_document
self.optional = self.opt
self.idgenerator = self.idgen
self.concatenate = self.concat
Expand Down

0 comments on commit c915edc

Please sign in to comment.