Schema

Scalars

Enums

Objects

Input Objects

PersonalDetailsDraft (INPUT OBJECT)

Schema Definition

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