Schema

Scalars

Enums

Objects

Input Objects

ResidenceHistoryDraft (INPUT OBJECT)

Input type for a residence history for an applicant.

Schema Definition

input ResidenceHistoryDraft {   # The address of the residence.
address: AddressDraft   # 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 }