Schema

Scalars

Enums

Objects

Input Objects

BtlPersonalDetails (INPUT OBJECT)

Schema Definition

input BtlPersonalDetails {   # 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! }