companySearch
Search and retrieve companies with comprehensive filtering and full-text search capabilities.
Provides powerful company discovery functionality including text search across company names, addresses, and contact information. Supports advanced filtering by location, company type, status, and custom attributes with pagination and sorting. AUTH: Role=[user.OWNER,user.EDITOR,user.VIEWER]
companySearch(
input: CompanySearchInput
): CompanySearchResponse!
Arguments
companySearch.input
● CompanySearchInput
input
Company search criteria and filtering options.
If not provided, returns all accessible companies with default pagination. Supports text search, location filtering, company type filtering, and advanced search options.
Type
CompanySearchResponse
object
Paginated response containing company search results with metadata.
Provides a structured response for company search operations including the matching companies, pagination information, and result statistics. Enables efficient browsing of large result sets with comprehensive navigation metadata.