componentActionSearchResults Query
Returns a list of Components and Actions that match the search criteria.
Input fields
Argument | Type | Description |
---|---|---|
searchTerms | String! | String to use for searching the relevant fields of Components and Actions. |
componentFilterQuery | JSONString | JSON structure defining a conditional logic expression tree to use for filtering Components. |
actionFilterQuery | JSONString | JSON structure defining a conditional logic expression tree to use for filtering Actions. |
Return type
componentActionSearchResults (ComponentActionSearchResult)
Represents search results for a Component or Action.