TypesInputs
CompanyNameSearchInput
A filter for looking up a company by name.
input CompanyNameSearchInput {
query: String!
country: CountryCode
source: CompanySearchSource
fuzzy: Boolean
}Fields
query String! non-null scalar
String!
The query string to search for.
country CountryCode scalar
CountryCode
The country to filter results by. Registry data is available for NO, SE, DK, FI and GB; GL and FO are covered by the Danish registry. Other countries fall back to the global (Sayari) index when enabled for the team; otherwise no results are returned for that country.
source CompanySearchSource enum
CompanySearchSource
The data source to search. When not specified, searches local registries and Sayari (if enabled).
fuzzy Boolean scalar
Boolean
Include n-gram fuzzy matches (typo/partial tolerance). Slower; defaults to false.
Member Of
companySearch query