Skip to main content

debts

All debt records entered as part of user's fact find

GraphQL Schema

extend type query {
"""All debt records entered as part of user's fact find"""
debts(userId: ID!): [Debt]
}

Arguments

NameTypeDescription
userIdID!Unique ID of the user

Response Shape

This query returns [Debt]

NameTypeDescription
idUUID!Unique ID of the object
productTypeDebtType!
userIdID!Unique ID of the user
owners[Person]
nameString
providerProvider
balanceMoney
repaidMonthlyBoolean
monthlyRepaymentMoney
clearedOnDeathBoolean
arePaymentsUpToDateBoolean
arrearsMoney
isCompleteBoolean!
maturityDateDateCar Loan / Hire Purchase Agreement / Personal Loan / Other
endDateDateLoan
mortgageTypeMortgageTypeMortgage
mortgageYearsLeftIntMortgage
isMainMortgageBooleanMortgage
hasPaymentProtectionInsuranceBooleanMortgage
interestRateMoneyInput
ownerOwnerType
valueMoneyInput
paidOffMonthlyBoolean