TypesInputs
ConnectBusinessPersonSearchInput
No description
input ConnectBusinessPersonSearchInput {
query: String!
country: CountryCode
gender: Gender
birthDate: Date
birthYear: Year
}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.
gender Gender enum
birthDate Date scalar
birthYear Year scalar
Member Of
businessPersonSearch query