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 4b61103 commit fab7c11Copy full SHA for fab7c11
ravendb/documents/session/document_session.py
@@ -725,7 +725,7 @@ def lazily(self) -> LazySessionOperations:
725
return self._session._lazily
726
727
def graph_query(self, object_type: type, query: str): # -> GraphDocumentQuery:
728
- pass
+ raise NotImplementedError("Dropped support for graph queries")
729
730
def what_changed(self) -> Dict[str, List[DocumentsChanges]]:
731
return self._session._what_changed()
0 commit comments