usersIdentityLogin
Login to an existing user via an external identity
Arguments
| Name | Type | Description |
|---|---|---|
args | IdentityInput! | The validation object |
clientMutationId | String | A unique identifier for the client performing the mutation. |
providerId | String! | The ID of the external provider (e.g. google, discord, gitlab...) |
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 |