Skip to main content
Version: 2.3

2.16 Functions

Functions are analogous to Views, with key distinctions in query execution capabilities and how the Graph Security Layer is applied. Contrary to views, a function query can return any result. A user needs to have granted permissions specified as a Graph Access Rule to be able to execute a defined Cypher Query.

A function can be executed via EBS' POST /api/graph/functions/{id} endpoint. If a user does not have the necessary permit to access a Function, the response will be 403 - Forbidden. You can find more information about Parameters under Views.

Functions