The query to find components.
| Property Name | Type | Description |
|---|---|---|
| after | InputMaybe<String> | Returns results after the specified cursor. |
| fieldFilters | InputMaybe<Array<InputMaybe<CompassQueryFieldFilter>>> | Filters on component fields to be searched against. |
| first | InputMaybe<Number> | Number of results to return in the query. The default is 25. |
| query | InputMaybe<String> | Text query to search against. |
| sort | InputMaybe<Array<InputMaybe<CompassQuerySort>>> | How the query results will be sorted. This is essential for proper pagination of results. |
Rate this page: