Schema
Scalars
Enums
-
Action -
BtlExpenditureType -
BtlIncomeType -
BtlPropertyUsage -
BtlReason -
BtlType -
CaseResultStatus -
CaseStatisticType -
CaseStatus -
CaseType -
ContractType -
ContractorType -
Country -
EmploymentStatus -
ExistingBankProvider -
ExistingMortgageLender -
ExpenditureType -
ExpenseType -
ForeignNationalResidence -
ForeignStatus -
Gender -
IncomeType -
IndividualOrCompany -
LenderNoticeLevel -
LenderSegmentType -
LenderType -
LifetimeProduct -
MaritalStatus -
MortgageClass -
MortgageTerm -
MortgageType -
Nationality -
Ownership -
PropertyMortgageType -
PropertyStyle -
PropertyType -
PropertyUsage -
Reason -
Region -
RemortgageType -
ResidentialStatus -
Role -
SingleOrJoint -
TaxBand -
TimeInEmployment -
UserStatus -
WebhookSignatureMethod -
WebhookTopic
Objects
-
AdditionalIncomeCase -
AddressCase -
AdverseCreditCase -
Advisor -
ApplicantCase -
ApplicantShort -
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 -
Disclosure -
ExpenditureCase -
FuturePensionIncomeCase -
IncomeCase -
IvaCase -
Lender -
LenderAddress -
LenderContact -
LenderNotice -
LenderProduct -
LenderReferral -
LivingExpensesCase -
LoanCase -
MagicLink -
MortgageCase -
Office -
OnsOccupation -
OnsOccupationCase -
PaginatedCases -
PayDayLoanCase -
PersonalDetailsCase -
PreferenceCase -
PropertyCase -
RepossessionCase -
ResidenceHistoryCase -
ResidentialCase -
RootMutationType -
RootQueryType -
RootSubscriptionType -
SelfEmployedIncomeCase -
Site -
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 -
CompanyAddress -
CompanyDirectorIncome -
CompanyDirectorIncomeDraft -
CompanyInput -
ContractorIncome -
ContractorIncomeDraft -
Credit -
CreditArrear -
CreditCheck -
CreditDefault -
DebtManagementPlan -
Expenditure -
FuturePensionIncome -
Income -
IncomeDraft -
Iva -
LivingExpenses -
Loan -
LoanDraft -
Mortgage -
OnsOccupationReference -
PayDayLoan -
PersonalDetails -
PersonalDetailsDraft -
Preference -
Property -
Repossession -
ResidenceHistory -
SelfEmployedIncome -
SiteInput -
Term -
UmbrellaContractor -
UserInput
Disclosure (OBJECT)
Disclosure details for a lender, covering both residential and buy-to-let disclosure routes and contact information.
Schema Definition
type Disclosure {
# An alternate residential disclosure email address.
alternateEmail: String
# The buy-to-let disclosure email address.
btlEmail: String
# Whether buy-to-let disclosure is enabled for this lender.
btlEnabled: Boolean
# The buy-to-let disclosure route.
btlRoute: String
# The buy-to-let disclosure telephone number.
btlTelephone: String
# URL for the buy-to-let disclosure form.
btlWebpageForm: String
# URL for buy-to-let disclosure help.
btlWebpageHelp: String
# URL for buy-to-let disclosure support information.
btlWebpageSupport: String
# The residential disclosure email address.
email: String
# Whether residential disclosure is enabled for this lender.
enabled: Boolean
# The residential disclosure route.
route: String
# The residential disclosure telephone number.
telephone: String
# URL for the residential disclosure form.
webpageForm: String
# URL for residential disclosure help.
webpageHelp: String
# URL for residential disclosure support information.
webpageSupport: String
}