Graph Traversal/Item Properties
Property Exclusion
Exclude properties from the result of a traversal.
If you want to access all properties except for a few, you can use the exclude operator.
Example
Here we are excluding the name
, email
, and location
properties from the result.