Schema

Scalars

Enums

Objects

Input Objects

PersonalDetails (INPUT OBJECT)

Schema Definition

input PersonalDetails {   # Number of Adult dependants including applicant.
adults: PositiveInteger   # Is the applicant a Barclays Premier client.
barclayPremierCustomer: Boolean countryOfResidence: Country dateOfBirth: Date! dependants: PositiveInteger dependantsAges: [PositiveInteger!] employmentStatus: EmploymentStatus! gender: Gender maritalStatus: MaritalStatus! nationality: Nationality residentialStatus: ResidentialStatus! retirementAge: IntegerAboveZero   # (deprecated) use future pension income instead.
retirementIncome: PositiveInteger }