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:
In Schema.hx:
In Query.hx:
Removes the name
, email
, and location
properties from the returned object.
JSON Output: