Exclude specific properties from query results while returning all other properties using the exclusion syntax.
Copy
Ask AI
::!{<property1>, <property2>, ...}
Property exclusion is useful when you want to return most properties but hide sensitive or unnecessary fields like passwords, internal IDs, or large data fields.
When using the SDKs or curling the endpoint, the query name must match what is defined in the queries.hx file exactly.