Schema
Scalars
Enums
-
Action -
BtlExpenditureType -
BtlIncomeType -
BtlPropertyUsage -
BtlReason -
BtlType -
CaseResultStatus -
CaseStatisticType -
CaseStatus -
ContractType -
ContractorType -
Country -
EmploymentStatus -
ExistingBankProvider -
ExistingMortgageLender -
ExpenditureType -
ExpenseType -
ForeignNationalResidence -
ForeignStatus -
Gender -
IncomeType -
IndividualOrCompany -
LenderNoticeLevel -
LenderType -
LifetimeProduct -
MaritalStatus -
MortgageTerm -
MortgageType -
Nationality -
Ownership -
PropertyMortgageType -
PropertyStyle -
PropertyType -
PropertyUsage -
Reason -
Region -
RemortgageType -
ResidentialStatus -
Role -
SingleOrJoint -
TaxBand -
TimeInEmployment -
UserStatus -
WebhookTopic
Objects
-
AdditionalIncomeCase -
AddressCase -
AdverseCreditCase -
Advisor -
ApplicantCase -
ArrearCase -
BankruptcyCase -
BtlAdditionalIncomeCase -
BtlApplicantCase -
BtlCase -
BtlExpenditureCase -
BtlIncomeCase -
BtlLoanCase -
BtlPersonalDetailsCase -
BtlPropertyCase -
BtlPropertyCostCase -
Case -
CaseResult -
CaseResultIndex -
CaseStatistic -
CaseStatistics -
CcjCase -
CisContractorCase -
Company -
CompanyDirectorIncomeCase -
ContractorIncomeCase -
CreateCompanyResult -
CreditArrearCase -
CreditCase -
CreditCheckCase -
CreditDefaultCase -
DebtManagementPlanCase -
ExpenditureCase -
FuturePensionIncomeCase -
IncomeCase -
IvaCase -
Lender -
LenderNotice -
LivingExpensesCase -
LoanCase -
MagicLink -
MortgageCase -
OnsOccupation -
OnsOccupationCase -
PaginatedCases -
PayDayLoanCase -
PersonalDetailsCase -
PreferenceCase -
PropertyCase -
RepossessionCase -
ResidenceHistoryCase -
ResidentialCase -
RootMutationType -
RootQueryType -
RootSubscriptionType -
SelfEmployedIncomeCase -
Site -
TermCase -
UmbrellaContractorCase -
User -
WebhookSubscription
Input Objects
-
AdditionalIncome -
Address -
AddressDraft -
AdminUserInput -
AdverseCredit -
Applicant -
ApplicantDraft -
Arrear -
Bankruptcy -
BtlAdditionalIncome -
BtlApplicant -
BtlApplicantDraft -
BtlExpenditure -
BtlIncome -
BtlLoan -
BtlLoanDraft -
BtlPersonalDetails -
BtlPersonalDetailsDraft -
BtlProperty -
BtlPropertyCost -
BtlPropertyCostDraft -
Ccj -
CisContractor -
CompanyAddress -
CompanyDirectorIncome -
CompanyDirectorIncomeDraft -
CompanyInput -
ContractorIncome -
ContractorIncomeDraft -
Credit -
CreditArrear -
CreditCheck -
CreditCheckDraft -
CreditDefault -
DebtManagementPlan -
Expenditure -
FuturePensionIncome -
Income -
IncomeDraft -
Iva -
LivingExpenses -
Loan -
LoanDraft -
Mortgage -
OnsOccupationReference -
PayDayLoan -
PersonalDetails -
PersonalDetailsDraft -
Preference -
Property -
Repossession -
ResidenceHistory -
ResidenceHistoryDraft -
SelfEmployedIncome -
SiteInput -
Term -
UmbrellaContractor -
UserInput
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!]
# Adverse credit information for the applicant.
adverseCredit: AdverseCredit
companyDirectorIncome: CompanyDirectorIncomeDraft
contractorIncome: ContractorIncomeDraft
countryOfResidence: Country
# The credit check information for the applicant.
creditCheck: CreditCheckDraft
email: String
expenditure: [Expenditure!]
firstName: String
futurePensionIncome: FuturePensionIncome
homePhone: String
income: IncomeDraft
lastName: String
livingExpenses: [LivingExpenses!]
middleName: String
mobile: String
# Notes for the applicant and case.
notes: String
personalDetails: PersonalDetailsDraft
# Profit/Loss for properties, required when applicant has properties.
propertyIncome: [Int!]
reference: String
selfEmployedIncome: SelfEmployedIncome
title: String
}