Classes
Enumerations
Interfaces
TypeAliases

CompassSearchComponentQuery

The query to find components.

Property NameTypeDescription
afterInputMaybe<String>Returns results after the specified cursor.
fieldFiltersInputMaybe<Array<InputMaybe<CompassQueryFieldFilter>>>Filters on component fields to be searched against.
firstInputMaybe<Number>Number of results to return in the query. The default is 25.
queryInputMaybe<String>Text query to search against.
sortInputMaybe<Array<InputMaybe<CompassQuerySort>>>How the query results will be sorted. This is essential for proper pagination of results.

Rate this page: