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