uprtcl / js-uprtcl-server

Uprtcl JS web-server service provider

Home Page:http://uprtcl.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recurse levels for ecoystem.

sotous opened this issue · comments

Adjust fetchPerspectives function to receive levels greater than 0 (levels > 0), and be able to explicitly use the variable inside a dgraph recurse operation.

Interface modification to implemented in https://github.com/uprtcl/js-uprtcl

export interface GetPerspectiveOptions {
  levels?: number;
  entities?: boolean;
  details?: boolean;
}