Type alias CompaniesSearchQuery

CompaniesSearchQuery: {
    term: Scalars["String"];
}

Query to search for companies.

Type declaration

  • term: Scalars["String"]

    The term to search for. It must be at least 2 characters long. The search is case-insensitive on these two fields:

    • the company name (partial match)
    • the company domain name (partial match)

Generated using TypeDoc