usersUpdate
Update an existing user.
Arguments
Name | Type | Description |
---|---|---|
admin | Boolean | New global admin status for the user. |
clientMutationId | String | A unique identifier for the client performing the mutation. |
email | String | New email for the user. |
firstname | String | New firstname for the user. |
lastname | String | New lastname for the user. |
userId | UserID! | ID of the user to update. |
username | String | New username for 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. |
user | User | The updated user. |