Strise Connect API Docs
TypesInputs

PersonSearchInput

No description

input PersonSearchInput {
  query: String!
  country: CountryCode
  gender: Gender
  birthDate: Date
  birthYear: Year
  hasNin: Boolean
}

Fields

query String! non-null scalar

String! The name to search for. Setting it as an empty string will return persons ordered alphabetically by name

country CountryCode scalar

CountryCode The registry country of the person. Will be ignored if not one of the supported registry countries.

gender Gender enum

Gender The gender to search for.

birthDate Date scalar

Date

birthYear Year scalar

Year

hasNin Boolean scalar

Boolean

Member Of

privatePersonSearch query

On this page