Schema

Scalars

Enums

Objects

Input Objects

ResidenceHistoryCase (OBJECT)

Represents a drafted residence history for an applicant.

Schema Definition

type ResidenceHistoryCase {   # The address of the residence.
address: AddressCase   # 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 }