October 2017
Beginner to intermediate
316 pages
8h
English
Considering there are almost 300 items in APOC, it is user-friendly to provide this function: an entry-point to APOC. Should we want to find all the procedures and functions that contain the word meta in their name or description, we should use this query:
CALL apoc.help('meta')
The result is as follows:

The text field will give you a clear text description. The signature field details the parameters and the values returned. Don't get impressed with it.
This query is very useful; I added it as a favorite (by pressing the Star button at the right of the query input zone) for quicker ...
Read now
Unlock full access