RegisterCustomerInput
InputInput for the registerCustomer mutation.
Fields
User's AOL IM account.
Set the current user to the newly registered customer. Avoid using in GraphiQL or contexts where a nonce is sent, as it will cause nonce verification to fail.
Customer billing information
This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions.
A string containing content about the user.
A string that will be shown on the site. Defaults to user's username. It is likely that you will want to change this, for both appearance and security through obscurity (that is if you dont use and delete the default admin user).
A string containing the user's email address.
The user's first name.
User's Jabber account.
The user's last name.
User's locale.
Meta data.
A string that contains a URL-friendly name for the user. The default is the user's username.
The user's nickname, defaults to the user's username.
A string that contains the plain text password for the user.
The date the user registered. Format is Y-m-d H:i:s.
A string for whether to enable the rich editor or not. False if not empty.
Customer shipping address
Customer shipping is identical to billing address
A string that contains the user's username.
A string containing the user's URL for the user's web site.
User's Yahoo IM account.