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
Address (INPUT OBJECT)
Input type for an address for an applicant.
Schema Definition
input Address {
# The city of the address.
city: String!
# The country of the address.
country: String!
# The county of the address.
county: String
# The first line of the address.
firstLine: String!
# The name of the property (if applicable).
houseName: String
# The postcode of the address.
postcode: String!
# The second line of the address.
secondLine: String
# The third line of the address.
thirdLine: String
}