-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Would it be possible to return the values as arguments as well as in the context? This would be helpful to keep the context instead of keeping track of this
for example:
return new Promise((resolve)={
branch.queryNodes(query, pagination).then((nodeMap)=>{
resolve(nodeMap)
}
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels