PassportInput
A unique identifier from a country's passport.
input PassportInput {
country: CountryCode!
number: String!
}
Fields
PassportInput.country ● CountryCode! non-null scalar
The country from which this Id document is issued.