Skip to main content

MutationUpdateUserInput

input MutationUpdateUserInput {
addressLine1: String
addressLine2: String
avatar: Upload
birthDate: Date
city: String
countryCode: Iso3166Alpha2CountryCode
description: String
educationGrade: UserEducationGrade
emailAddress: EmailAddress
employmentStatus: UserEmploymentStatus
homePhoneNumber: PhoneNumber
id: ID!
isEmailAddressVerified: Boolean
maritalStatus: UserMaritalStatus
mobilePhoneNumber: PhoneNumber
name: String
natalSex: UserNatalSex
naturalLanguageCode: Iso639Set1LanguageCode
password: String
postalCode: String
role: UserRole
state: String
workPhoneNumber: PhoneNumber
}

Fields

MutationUpdateUserInput.addressLine1 ● String scalar

Address line 1 of the user's address.

MutationUpdateUserInput.addressLine2 ● String scalar

Address line 2 of the user's address.

MutationUpdateUserInput.avatar ● Upload scalar

Avatar of the user.

MutationUpdateUserInput.birthDate ● Date scalar

Date of birth of the user.

MutationUpdateUserInput.city ● String scalar

Name of the city where the user resides in.

MutationUpdateUserInput.countryCode ● Iso3166Alpha2CountryCode enum

Country code of the country the user is a citizen of.

MutationUpdateUserInput.description ● String scalar

Custom information about the user.

MutationUpdateUserInput.educationGrade ● UserEducationGrade enum

Primary education grade of the user.

MutationUpdateUserInput.emailAddress ● EmailAddress scalar

Email address of the user.

MutationUpdateUserInput.employmentStatus ● UserEmploymentStatus enum

Employment status of the user.

MutationUpdateUserInput.homePhoneNumber ● PhoneNumber scalar

The phone number to use to communicate with the user at their home.

MutationUpdateUserInput.id ● ID! non-null scalar

Global identifier of the user.

MutationUpdateUserInput.isEmailAddressVerified ● Boolean scalar

Boolean to tell whether the user has verified their email address.

MutationUpdateUserInput.maritalStatus ● UserMaritalStatus enum

Marital status of the user.

MutationUpdateUserInput.mobilePhoneNumber ● PhoneNumber scalar

The phone number to use to communicate with the user on their mobile phone.

MutationUpdateUserInput.name ● String scalar

Name of the user.

MutationUpdateUserInput.natalSex ● UserNatalSex enum

The sex assigned to the user at their birth.

MutationUpdateUserInput.naturalLanguageCode ● Iso639Set1LanguageCode enum

Language code of the user's preferred natural language.

MutationUpdateUserInput.password ● String scalar

Password of the user to sign in to the application.

MutationUpdateUserInput.postalCode ● String scalar

Postal code of the user.

MutationUpdateUserInput.role ● UserRole enum

Role assigned to the user in the application.

MutationUpdateUserInput.state ● String scalar

Name of the state the user resides in.

MutationUpdateUserInput.workPhoneNumber ● PhoneNumber scalar

The phone number to use to communicate with the user while they're at work.

Member Of

updateUser mutation