FIELDS
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Returns collection of strings with field names of a record.
Syntax
FIELDS(<record>)
Example
FIELDS((a: 1, b: "foo")) // ["a", "b"]