Schema

Scalars

Enums

Objects

Input Objects

Mortgage (INPUT OBJECT)

Schema Definition

input Mortgage { interestBalance: PositiveInteger joint: Boolean   # Is used only the first element
monthlyPayments: [PositiveInteger!] mortgageType: PropertyMortgageType!   # Percentage
rate: Float repaymentBalance: PositiveInteger term: Term! value: PositiveInteger }