-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
featureNew feature or requestNew feature or request
Description
So I'm building a graphql layer on top of my db using neogma instead of going with the @neo4j/graphql package. One feature I've seen in a different ogm Neode is eager loading.
The code for Neode's implementation doesn't seem too advanced, especially since you've already put in logic for fetching relationships, so the big addition would be a recursion function that walks down a level or two.
Do you think this is doable? It would help gratefully in creating root resolvers that can fetch the entire tree in one db trip instead of having to break it out in to multiple requests. It's certainly not necessary though. Just a nice feature to have.
Thanks again for your package and all your help!
themetalfleece and 1pxone
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request