Schema

Scalars

Enums

Objects

Input Objects

ResidenceHistory (INPUT OBJECT)

Input type for a residence history for an applicant.

Schema Definition

input ResidenceHistory {   # The address of the residence.
address: Address!   # The end date of the residence history. If the applicant is currently residing at the address, set to `null`.
endDate: Date   # The start date of the residence history.
startDate: Date! }