Skip to main content

PassportInput

A unique identifier from a country's passport.

input PassportInput {
country: CountryCode!
number: String!
}

Fields

country ● CountryCode! non-null scalar

The country from which this Id document is issued.

number ● String! non-null scalar