usersLogin
Login to an existing user
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
email | String | Email of the user |
mfa | MfaInput | The data of the mfa login |
password | String! | Password of the user |
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 user session |