@@ -9844,7 +9844,7 @@ A user assigned to a merge request.
| <aid="mergerequestassigneebot"></a>`bot` | [`Boolean!`](#boolean) | Indicates if the user is a bot. |
| <aid="mergerequestassigneecallouts"></a>`callouts` | [`UserCalloutConnection`](#usercalloutconnection) | User callouts that belong to the user. (see [Connections](#connections)) |
| <aid="mergerequestassigneeemail"></a>`email`**{warning-solid}** | [`String`](#string) | **Deprecated** in 13.7. This was renamed. Use: [`User.publicEmail`](#userpublicemail). |
| <aid="mergerequestassigneegroupcount"></a>`groupCount` | [`Int`](#int) | Group count for the user. Available only when feature flag `user_group_counts` is enabled. |
| <aid="mergerequestassigneegroupcount"></a>`groupCount` | [`Int`](#int) | Group count for the user. |
| <aid="mergerequestassigneegroupmemberships"></a>`groupMemberships` | [`GroupMemberConnection`](#groupmemberconnection) | Group memberships of the user. (see [Connections](#connections)) |
| <aid="mergerequestassigneeid"></a>`id` | [`ID!`](#id) | ID of the user. |
| <aid="mergerequestassigneelocation"></a>`location` | [`String`](#string) | The location of the user. |
...
...
@@ -10050,7 +10050,7 @@ A user assigned to a merge request as a reviewer.
| <aid="mergerequestreviewerbot"></a>`bot` | [`Boolean!`](#boolean) | Indicates if the user is a bot. |
| <aid="mergerequestreviewercallouts"></a>`callouts` | [`UserCalloutConnection`](#usercalloutconnection) | User callouts that belong to the user. (see [Connections](#connections)) |
| <aid="mergerequestrevieweremail"></a>`email`**{warning-solid}** | [`String`](#string) | **Deprecated** in 13.7. This was renamed. Use: [`User.publicEmail`](#userpublicemail). |
| <aid="mergerequestreviewergroupcount"></a>`groupCount` | [`Int`](#int) | Group count for the user. Available only when feature flag `user_group_counts` is enabled. |
| <aid="mergerequestreviewergroupcount"></a>`groupCount` | [`Int`](#int) | Group count for the user. |
| <aid="mergerequestreviewergroupmemberships"></a>`groupMemberships` | [`GroupMemberConnection`](#groupmemberconnection) | Group memberships of the user. (see [Connections](#connections)) |
| <aid="mergerequestreviewerid"></a>`id` | [`ID!`](#id) | ID of the user. |
| <aid="mergerequestreviewerlocation"></a>`location` | [`String`](#string) | The location of the user. |
...
...
@@ -12679,7 +12679,7 @@ Core represention of a GitLab user.
| <aid="usercorebot"></a>`bot` | [`Boolean!`](#boolean) | Indicates if the user is a bot. |
| <aid="usercorecallouts"></a>`callouts` | [`UserCalloutConnection`](#usercalloutconnection) | User callouts that belong to the user. (see [Connections](#connections)) |
| <aid="usercoreemail"></a>`email`**{warning-solid}** | [`String`](#string) | **Deprecated** in 13.7. This was renamed. Use: [`User.publicEmail`](#userpublicemail). |
| <aid="usercoregroupcount"></a>`groupCount` | [`Int`](#int) | Group count for the user. Available only when feature flag `user_group_counts` is enabled. |
| <aid="usercoregroupcount"></a>`groupCount` | [`Int`](#int) | Group count for the user. |
| <aid="usercoregroupmemberships"></a>`groupMemberships` | [`GroupMemberConnection`](#groupmemberconnection) | Group memberships of the user. (see [Connections](#connections)) |
| <aid="usercoreid"></a>`id` | [`ID!`](#id) | ID of the user. |
| <aid="usercorelocation"></a>`location` | [`String`](#string) | The location of the user. |
...
...
@@ -15346,7 +15346,7 @@ Implementations:
| <aid="userbot"></a>`bot` | [`Boolean!`](#boolean) | Indicates if the user is a bot. |
| <aid="usercallouts"></a>`callouts` | [`UserCalloutConnection`](#usercalloutconnection) | User callouts that belong to the user. (see [Connections](#connections)) |
| <aid="useremail"></a>`email`**{warning-solid}** | [`String`](#string) | **Deprecated** in 13.7. This was renamed. Use: [`User.publicEmail`](#userpublicemail). |
| <aid="usergroupcount"></a>`groupCount` | [`Int`](#int) | Group count for the user. Available only when feature flag `user_group_counts` is enabled. |
| <aid="usergroupcount"></a>`groupCount` | [`Int`](#int) | Group count for the user. |
| <aid="usergroupmemberships"></a>`groupMemberships` | [`GroupMemberConnection`](#groupmemberconnection) | Group memberships of the user. (see [Connections](#connections)) |
| <aid="userid"></a>`id` | [`ID!`](#id) | ID of the user. |
| <aid="userlocation"></a>`location` | [`String`](#string) | The location of the user. |