RegisterUserInput
No description
input RegisterUserInput {
email: String!
password: String!
gamertag: String
}
Fields
RegisterUserInput.email ● String! non-null scalar
Email for the new account; the confirmation email is sent here.
RegisterUserInput.password ● String! non-null scalar
Password for the new account (min 8 characters).
RegisterUserInput.gamertag ● String scalar
Optional initial public gamertag (min 3 characters). Can be set later via updateGamertag.
Member Of
register mutation