This object serves as the response of the createApplicant
mutation.
Fields
Name | Type | Description |
---|---|---|
id | UUID | The user ID. |
firstName | String | Applicant's first name. |
lastName | String | Applicant's last name or surname. |
email | String | Applicant's email address. |
dob | String | Applicant date of birth. |
idNumbers | Object | An object that represents the IDNumberInput object. |
address | Object | An object that represents the Address object. |
href | String | The reference. |