findit
Finds and returns the first result for the given query or null if no entity was found. You can either use the query and params combination or send in an example entity to find.
Returns
This function returns any
Arguments
Key | Type | Required | Default | Description |
query | string | No | --- | |
params | any | No | [runtime expression] | |
example | any | No | --- |
Examples
Last updated