Skip to main content

IndividualInput

An Individual

input IndividualInput {
address: PhysicalAddressInput
claimedStatus: UserClaimedStatus
dateOfBirth: LocalDate
email: EmailAddress
language: SupportedLanguage
mailingAddress: PhysicalAddressInput
name: IndividualNameInput!
phoneNumber: PhoneNumber
tin: String
}

Fields

IndividualInput.address ● PhysicalAddressInput input

The Individual's primary address

IndividualInput.claimedStatus ● UserClaimedStatus enum

The initial claimed status for the member. Optional. When omitted, the server leaves claimed_status NULL (legacy). QE seeding scripts pass UNCLAIMED by default so the member is claimable via the claim-account flow.

IndividualInput.dateOfBirth ● LocalDate scalar

The Individual's date of birth

IndividualInput.email ● EmailAddress scalar

The Individual's email address

IndividualInput.language ● SupportedLanguage enum

The Individual's language preference for all communications

IndividualInput.mailingAddress ● PhysicalAddressInput input

The Individual's mailing address

IndividualInput.name ● IndividualNameInput! non-null input

The Individual's name

IndividualInput.phoneNumber ● PhoneNumber scalar

The Individual's phone number

IndividualInput.tin ● String scalar

The Individual's Tax Identification Number

Member Of

CreateIndividualInput input