Skip to content

arguments returned #15

Description

@xolotlatoani

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)
    }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions