You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a project of mine I have some root nodes of trees in my graph db. These root nodes need to be found and read all to provide a selection. For that purpose a findAll() method is needed in API to retrieve all nodes of a certain type.
The text was updated successfully, but these errors were encountered:
We've started to talk about repository/service calls like findAll() - see #105. I think we should not continue adding more find/create/.. to the XOManager implementation.
In a project of mine I have some root nodes of trees in my graph db. These root nodes need to be found and read all to provide a selection. For that purpose a
findAll()
method is needed in API to retrieve all nodes of a certain type.The text was updated successfully, but these errors were encountered: