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
CaseResultStatus
(ENUM)
Schema Definition
enum CaseResultStatus {
# The lender has excluded the case by criteria.
Use exclusion_reasons to determine the reason.
EXCLUDED_BY_CRITERIA,
# The lender has not yet processed the case.
PENDING,
# The lender has successfully processed the case.
This does not mean the cases was eligible or affordable.
For affordable the the amount greater than or equal to the borrowing amount.
For eligible the exclusion_reasons will be empty.
SUCCESSFUL,
# The lender has timed out.
TIMED_OUT,
# DEPRECATED: No longer returned.
UNAFFORDABLE,
# DEPRECATED: No longer returned.
CLOSED,
# DEPRECATED: No longer returned.
ERROR,
# DEPRECATED: No longer returned.
NO_RESULTS,
}