MutationUpdateCurrentUserInput
input MutationUpdateCurrentUserInput {
addressLine1: String
addressLine2: String
avatar: Upload
birthDate: Date
city: String
countryCode: Iso3166Alpha2CountryCode
description: String
educationGrade: UserEducationGrade
emailAddress: EmailAddress
employmentStatus: UserEmploymentStatus
homePhoneNumber: PhoneNumber
maritalStatus: UserMaritalStatus
mobilePhoneNumber: PhoneNumber
name: String
natalSex: UserNatalSex
naturalLanguageCode: Iso639Set1LanguageCode
password: String
postalCode: String
state: String
workPhoneNumber: PhoneNumber
}
Fields
MutationUpdateCurrentUserInput.addressLine1 ● String scalar
Address line 1 of the user's address.
MutationUpdateCurrentUserInput.addressLine2 ● String scalar
Address line 2 of the user's address.
MutationUpdateCurrentUserInput.avatar ● Upload scalar
Avatar of the user.
MutationUpdateCurrentUserInput.birthDate ● Date scalar
Date of birth of the user.
MutationUpdateCurrentUserInput.city ● String scalar
Name of the city where the user resides in.
MutationUpdateCurrentUserInput.countryCode ● Iso3166Alpha2CountryCode enum
Country code of the country the user is a citizen of.
MutationUpdateCurrentUserInput.description ● String scalar
Custom information about the user.
MutationUpdateCurrentUserInput.educationGrade ● UserEducationGrade enum
Primary education grade of the user.
MutationUpdateCurrentUserInput.emailAddress ● EmailAddress scalar
Email address of the user.
MutationUpdateCurrentUserInput.employmentStatus ● UserEmploymentStatus enum
Employment status of the user.
MutationUpdateCurrentUserInput.homePhoneNumber ● PhoneNumber scalar
The phone number to use to communicate with the user at their home.
MutationUpdateCurrentUserInput.maritalStatus ● UserMaritalStatus enum
Marital status of the user.
MutationUpdateCurrentUserInput.mobilePhoneNumber ● PhoneNumber scalar
The phone number to use to communicate with the user on their mobile phone.
MutationUpdateCurrentUserInput.name ● String scalar
Name of the user.
MutationUpdateCurrentUserInput.natalSex ● UserNatalSex enum
The sex assigned to the user at their birth.
MutationUpdateCurrentUserInput.naturalLanguageCode ● Iso639Set1LanguageCode enum
Language code of the user's preferred natural language.
MutationUpdateCurrentUserInput.password ● String scalar
Password of the user to sign in to the application.
MutationUpdateCurrentUserInput.postalCode ● String scalar
Postal code of the user.
MutationUpdateCurrentUserInput.state ● String scalar
Name of the state the user resides in.
MutationUpdateCurrentUserInput.workPhoneNumber ● PhoneNumber scalar
The phone number to use to communicate with the user while they're at work.
Member Of
updateCurrentUser mutation