Skip to main content

PassportDetails

Unique identifier details for a natural person. The passport number is unique for the given country.

type PassportDetails {
country: CountryCode!
number: String!
}

Fields

country ● CountryCode! non-null scalar

The country from which this passport is issued.

number ● String! non-null scalar