Strise Connect API Docs
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

Gender

birthDate Date scalar

Date

birthYear Year scalar

Year

Member Of

businessPersonSearch query

On this page