Schema

Scalars

Enums

Objects

Input Objects

ApplicantCase (OBJECT)

Schema Definition

type ApplicantCase { additionalIncome: [AdditionalIncomeCase] adverseCredit: AdverseCreditCase companyDirectorIncome: CompanyDirectorIncomeCase contractorIncome: ContractorIncomeCase   # (deprecated) use `personal_details` attribute in `applicants` instead.
countryOfResidence: Country   # (deprecated) use `personal_details` attribute in `applicants` instead.
dob: Date   # (deprecated) use `personal_details` attribute in `applicants` instead.
employmentStatus: EmploymentStatus expenditure: [ExpenditureCase] futurePensionIncome: FuturePensionIncomeCase   # (deprecated) use `personal_details` attribute in `applicants` instead.
gender: Gender income: IncomeCase   # (deprecated) use `personal_details` attribute in `applicants` instead.
maritalStatus: MaritalStatus personalDetails: PersonalDetailsCase! propertyIncome: [Int!]   # (deprecated) use `personal_details` attribute in `applicants` instead.
residentialStatus: ResidentialStatus   # (deprecated) use `personal_details` attribute in `applicants` instead.
retirementAge: PositiveInteger selfEmployedIncome: SelfEmployedIncomeCase }