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
OnsOccupationCase (OBJECT)
Represents ONS-compliant occupations.
Schema Definition
type OnsOccupationCase {
# Underlying code of the occupation.
code: Int
# Name of the underlying group of the occupation.
group: String
# The unique identifier of the occupation.
id: Int
# ONS-compliant descriptor of the occupation, e.g. 'Financial controller (qualified)'.
name: String
# ONS-compliant subtitle of the occupation, e.g. 'qualified'.
subtitle: String
# ONS-compliant title of the occupation, e.g. 'Financial controller'.
title: String
}