TypesInputs
ConnectBusinessPersonSearchInput
No description
input ConnectBusinessPersonSearchInput {
query: String!
country: CountryCode
gender: Gender
birthDate: Date
birthYear: Year
fuzzy: Boolean
}Fields
query String! non-null scalar
String!
The query string to search for. Should be at least 3 characters long.
country CountryCode scalar
CountryCode
The country where the person is registered. E.g. if you are looking for a Swedish person operating in Norway this should be set to Norway. Registry data is available for NO, SE, DK, FI and GB; GL and FO are covered by the Danish registry. Other countries return no registry results (custom entities may still match).
gender Gender enum
birthDate Date scalar
birthYear Year scalar
fuzzy Boolean scalar
Boolean
Include n-gram fuzzy matches (typo/partial tolerance). Slower; defaults to false.
Member Of
businessPersonSearch query