UpdateUserInput
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / UpdateUserInput
Type Alias: UpdateUserInput
> UpdateUserInput: object
Type declaration
address?
> optional
address: InputMaybe
<AddressInput
>
appLanguageCode?
> optional
appLanguageCode: InputMaybe
<Scalars
["String"
]["input"
]>
birthDate?
> optional
birthDate: InputMaybe
<Scalars
["Date"
]["input"
]>
educationGrade?
> optional
educationGrade: InputMaybe
<EducationGrade
>
email?
> optional
email: InputMaybe
<Scalars
["EmailAddress"
]["input"
]>
employmentStatus?
> optional
employmentStatus: InputMaybe
<EmploymentStatus
>
firstName?
> optional
firstName: InputMaybe
<Scalars
["String"
]["input"
]>
gender?
> optional
gender: InputMaybe
<Gender
>
lastName?
> optional
lastName: InputMaybe
<Scalars
["String"
]["input"
]>
maritalStatus?
> optional
maritalStatus: InputMaybe
<MaritalStatus
>
phone?
> optional
phone: InputMaybe
<UserPhoneInput
>