Schema

Scalars

Enums

Objects

Input Objects

ApplicantDraft (INPUT OBJECT)

Represents an applicant for a mortgage, there will be at least one. Currently one or two applicants (for a joint application) are supported.

Schema Definition

input ApplicantDraft { additionalIncome: [AdditionalIncome!] adverseCredit: AdverseCredit companyDirectorIncome: CompanyDirectorIncomeDraft contractorIncome: ContractorIncomeDraft countryOfResidence: Country email: String expenditure: [Expenditure!] firstName: String futurePensionIncome: FuturePensionIncome homePhone: String income: IncomeDraft lastName: String livingExpenses: [LivingExpenses!] middleName: String mobile: String notes: String personalDetails: PersonalDetailsDraft   # Profit/Loss for properties, required when applicant has properties.
propertyIncome: [Int!] reference: String selfEmployedIncome: SelfEmployedIncome title: String }