In some cases we only want to return the last node ID of a given API response, e.g., for random walks when looking for the origin of some node.
We should add corresponding /last endpoint variants, as we did for /count.
Description
Description
Revisions and Commits
Revisions and Commits
Event Timeline
Comment Actions
upon review, /last only makes sense for /walk and /randomwalk endpoints, for other endpoints it doesn't, as it will return arbitrary results (e.g., what's the point of knowing the last neighbor of one node, given they're in arbitrary order?)