usersIdentityLink
Links an external identity to an existing user
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. |
userIdentity | UserIdentity | The created user identity |