Skip to main content

IdentityDocumentInput

A unique identifier from a country's ID document.

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

Fields

country ● CountryCode! non-null scalar

The country from which this Id document is issued.

number ● String! non-null scalar