Skip to content

adds a filter by node type as a query argument

We now have a "return types" query argument on endpoints: *leaves *neighbors *visit/nodes *random walk.

This allows us to filter the returned nodes by discriminating the nodes returned during the visit by a set of node types. The argument is a string that takes the form :

"*" or "nodetype" or "nodetype,nodetype...."


Migrated from D5577 (view on Phabricator)

Merge request reports