usersCreate
Admin-create a user.
Arguments
| Name | Type | Description |
|---|---|---|
admin | Boolean | Admin status for the user. |
clientMutationId | String | A unique identifier for the client performing the mutation. |
email | String! | Email for the user. |
firstname | String | Firstname for the user. |
lastname | String | Lastname for the user. |
password | String! | Password for the user. |
passwordRepeat | String! | Password repeat for the user to check for typos. |
username | String! | Username for the user. |