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