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