usersRegister
Register a new user
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
email | String! | Email of the user |
password | String! | Password of the user |
passwordRepeat | String! | The repeated password of the user to check for typos |
username | String! | Username of the user |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
userSession | UserSession | The created users session |