Skip to main content

SignUpInput

Autogenerated input type of SignUp

input SignUpInput {
clientMutationId: String
lastName: String
loginIdentifier: String!
loginIdentifierType: LoginIdentifierTypesEnum
name: String!
password: String!
}

Fields

SignUpInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

SignUpInput.lastName ● String scalar

Last name of the person associated with the account.

SignUpInput.loginIdentifier ● String! non-null scalar

A valid identifier to login into the new account. e.g. email@example.com

SignUpInput.loginIdentifierType ● LoginIdentifierTypesEnum enum

The type of the identifier to login into the new account. e.g. EMAIL

SignUpInput.name ● String! non-null scalar

Name of the person associated with the account

SignUpInput.password ● String! non-null scalar

A password used to login into the new account.

Member Of

signUp mutation