Schema

Scalars

Enums

Objects

Input Objects

MortgageCase (OBJECT)

Schema Definition

type MortgageCase { interestBalance: PositiveInteger joint: Boolean monthlyPayments: [PositiveInteger!] mortgageType: PropertyMortgageType rate: Float repaymentBalance: PositiveInteger term: TermCase value: PositiveInteger }