Schema
Scalars
Enums
-
BtlExpenditureType
-
BtlIncomeType
-
BtlPropertyUsage
-
BtlReason
-
BtlType
-
CaseResultStatus
-
CaseStatisticType
-
CaseStatus
-
ContractType
-
ContractorType
-
Country
-
EmploymentStatus
-
ExistingBankProvider
-
ExistingMortgageLender
-
ExpenditureType
-
ExpenseType
-
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
-
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
-
CreditDefaultCase
-
DebtManagementPlanCase
-
ExpenditureCase
-
FuturePensionIncomeCase
-
IncomeCase
-
IvaCase
-
Lender
-
LenderNotice
-
LoanCase
-
MortgageCase
-
OnsOccupation
-
OnsOccupationCase
-
PayDayLoanCase
-
PersonalDetailsCase
-
PreferenceCase
-
PropertyCase
-
RepossessionCase
-
ResidentialCase
-
RootMutationType
-
RootQueryType
-
RootSubscriptionType
-
SelfEmployedIncomeCase
-
Site
-
SourcingProduct
-
TermCase
-
UmbrellaContractorCase
-
User
-
WebhookSubscription
Input Objects
-
AdditionalIncome
-
Address
-
AdminUserInput
-
AdverseCredit
-
Applicant
-
ApplicantDraft
-
Arrear
-
Bankruptcy
-
BtlAdditionalIncome
-
BtlApplicant
-
BtlApplicantDraft
-
BtlExpenditure
-
BtlIncome
-
BtlLoan
-
BtlLoanDraft
-
BtlPersonalDetails
-
BtlPersonalDetailsDraft
-
BtlProperty
-
BtlPropertyCost
-
BtlPropertyCostDraft
-
Ccj
-
CisContractor
-
CompanyDirectorIncome
-
CompanyDirectorIncomeDraft
-
CompanyInput
-
ContractorIncome
-
ContractorIncomeDraft
-
Credit
-
CreditArrear
-
CreditDefault
-
DebtManagementPlan
-
Expenditure
-
FuturePensionIncome
-
Income
-
IncomeDraft
-
Iva
-
LivingExpenses
-
Loan
-
LoanDraft
-
Mortgage
-
OnsOccupationReference
-
PayDayLoan
-
PersonalDetails
-
PersonalDetailsDraft
-
Preference
-
Property
-
Repossession
-
SelfEmployedIncome
-
SiteInput
-
Term
-
UmbrellaContractor
-
UserInput
IncomeType
(ENUM)
Schema Definition
enum IncomeType {
# Annuities (annual)
ANNUITIES,
# Attendance Allowance (annual)
ATTENDANCE_ALLOWANCE,
# Bursary (annual)
BURSARY,
# Carers Allowance (annual)
CARERS_ALLOWANCE,
# Child Benefit Income (annual)
CHILD_BENEFIT_INCOME,
# Maintenance / Child Support (annual)
CHILD_SUPPORT_INCOME,
# Child Tax credits (annual)
CHILD_TAX_CREDIT,
# Personal Independent Payment (DLA) (annual)
DISABILITY_LIVING_ALLOWANCE,
# Disabled Tax Credit (annual)
DISABLED_TAX_CREDIT,
# Dividend income (annual)
DIVIDEND_INCOME,
# Employment & Support Allowance (annual)
EMPLOYMENT_SUPPORT_ALLOWANCE,
# Foster Care Allowance (annual)
FOSTER_INCOME,
# Future Pension Defined Benefits (annual)
PENSION_DEFINED_BENEFITS,
# Future Pension Defined Contributions (annual)
PENSION_DEFINED_CONTRIBUTIONS,
# State Pension (annual)
STATE_PENSION,
# Housing Allowance (annual)
HOUSING_ALLOWANCE,
# Housing Benefit (annual)
HOUSING_BENEFIT,
# Income Protection (annual)
INCOME_PROTECTION,
# (deprecated) use `contractor_income` in applicants instead.
IT_CONTRACTOR_DAY_RATE,
# Mortgage Subsidy (annual)
MORTGAGE_SUBSIDY,
# Other Allowance (annual)
OTHER_ALLOWANCE,
# Pension defined contributions (annual)
PENSION_INCOME,
# Pensions tax credits (annual)
PENSION_TAX_CREDITS,
# 2nd Job (annual)
SECOND_JOB,
# Stipend (annual)
STIPEND,
# Trust Fund (annual)
TRUST_FUND,
# Universal credit (annual)
UNIVERSAL_CREDIT,
# War Pension (annual)
WAR_PENSION,
# Widows Pension (annual)
WIDOWS_PENSION,
# Working Tax Credits (annual)
WORKING_TAX_CREDITS,
}