Skip to content

Query configuration

Popoto.js edited this page May 9, 2018 · 1 revision

Define the maximum number of results returned by the Cypher query.

popoto.query.MAX_RESULTS_COUNT = 100;

Define the maximum number of results displayed in a node value selection.

popoto.query.VALUE_QUERY_LIMIT = 100;

Define whether or not the relation direction should be used when looking for relation on a node. By default only the outgoing relation is shown.

popoto.query.USE_RELATION_DIRECTION = true;

Define whether or not the relation attributes should be return with node values.

popoto.query.COLLECT_RELATIONS_WITH_VALUES = false;