Schema

Scalars

Enums

Objects

Input Objects

BtlPersonalDetailsDraft (INPUT OBJECT)

Schema Definition

input BtlPersonalDetailsDraft {   # Applicants & Adults Dependants
adults: PositiveInteger   # Child Dependants
dependants: PositiveInteger dependantsAges: [PositiveInteger!]   # Client is an expat?
expat: Boolean   # First time buyer?
firsttimeBuyer: Boolean   # First time landlord?
firsttimeLandlord: Boolean individualOrCompany: IndividualOrCompany   # Do the applicants live at different properties?
jointApplicantsDifferentProperties: Boolean nationality: Nationality   # Portfolio?
portfolio: Boolean singleOrJoint: SingleOrJoint   # Topslicing required?
topslicing: Boolean }