@@ -5318,6 +5318,29 @@ The edge type for [`CustomEmoji`](#customemoji).
| <aid="customemojiedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
| <aid="customemojiedgenode"></a>`node` | [`CustomEmoji`](#customemoji) | The item at the end of the edge. |
#### `CustomerRelationsContactConnection`
The connection type for [`CustomerRelationsContact`](#customerrelationscontact).
##### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="customerrelationscontactconnectionedges"></a>`edges` | [`[CustomerRelationsContactEdge]`](#customerrelationscontactedge) | A list of edges. |
| <aid="customerrelationscontactconnectionnodes"></a>`nodes` | [`[CustomerRelationsContact]`](#customerrelationscontact) | A list of nodes. |
| <aid="customerrelationscontactconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
#### `CustomerRelationsContactEdge`
The edge type for [`CustomerRelationsContact`](#customerrelationscontact).
##### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="customerrelationscontactedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
| <aid="customerrelationscontactedgenode"></a>`node` | [`CustomerRelationsContact`](#customerrelationscontact) | The item at the end of the edge. |
#### `CustomerRelationsOrganizationConnection`
The connection type for [`CustomerRelationsOrganization`](#customerrelationsorganization).
...
...
@@ -8544,18 +8567,34 @@ A custom emoji uploaded by user.
| <aid="customemojiname"></a>`name` | [`String!`](#string) | Name of the emoji. |
| <aid="customemojiurl"></a>`url` | [`String!`](#string) | Link to file of the emoji. |
### `CustomerRelationsContact`
#### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="customerrelationscontactcreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp the contact was created. |
| <aid="customerrelationscontactdescription"></a>`description` | [`String`](#string) | Description or notes for the contact. |
| <aid="customerrelationscontactemail"></a>`email` | [`String`](#string) | Email address of the contact. |
| <aid="customerrelationscontactfirstname"></a>`firstName` | [`String!`](#string) | First name of the contact. |
| <aid="customerrelationscontactid"></a>`id` | [`ID!`](#id) | Internal ID of the contact. |
| <aid="customerrelationscontactlastname"></a>`lastName` | [`String!`](#string) | Last name of the contact. |
| <aid="customerrelationscontactorganization"></a>`organization` | [`CustomerRelationsOrganization`](#customerrelationsorganization) | Organization of the contact. |
| <aid="customerrelationscontactphone"></a>`phone` | [`String`](#string) | Phone number of the contact. |
| <aid="customerrelationscontactupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp the contact was last updated. |
### `CustomerRelationsOrganization`
#### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="customerrelationsorganizationcreatedat"></a>`createdAt` | [`Time`](#time) | Timestamp the organization was created. |
| <aid="customerrelationsorganizationcreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp the organization was created. |
| <aid="customerrelationsorganizationdefaultrate"></a>`defaultRate` | [`Float`](#float) | Standard billing rate for the organization. |
| <aid="customerrelationsorganizationdescription"></a>`description` | [`String`](#string) | Description or notes for the organization. |
| <aid="customerrelationsorganizationid"></a>`id` | [`ID!`](#id) | Internal ID of the organization. |
| <aid="customerrelationsorganizationname"></a>`name` | [`String`](#string) | Name of the organization. |
| <aid="customerrelationsorganizationupdatedat"></a>`updatedAt` | [`Time`](#time) | Timestamp the organization was last updated. |
| <aid="customerrelationsorganizationupdatedat"></a>`updatedAt` | [`Time!`](#time) | Timestamp the organization was last updated. |
### `DastProfile`
...
...
@@ -9782,6 +9821,7 @@ four standard [pagination arguments](#connection-pagination-arguments):
| <aid="groupautodevopsenabled"></a>`autoDevopsEnabled` | [`Boolean`](#boolean) | Indicates whether Auto DevOps is enabled for all projects within this group. |
| <aid="groupavatarurl"></a>`avatarUrl` | [`String`](#string) | Avatar URL of the group. |
| <aid="groupbillablememberscount"></a>`billableMembersCount` | [`Int`](#int) | Number of billable users in the group. |
| <aid="groupcontacts"></a>`contacts` | [`CustomerRelationsContactConnection`](#customerrelationscontactconnection) | Find contacts of this group. (see [Connections](#connections)) |
| <aid="groupcontainerrepositoriescount"></a>`containerRepositoriesCount` | [`Int!`](#int) | Number of container repositories in the group. |
| <aid="groupcontainslockedprojects"></a>`containsLockedProjects` | [`Boolean!`](#boolean) | Includes at least one project where the repository size exceeds the limit. |
| <aid="groupcustomemoji"></a>`customEmoji` | [`CustomEmojiConnection`](#customemojiconnection) | Custom emoji within this namespace. Available only when feature flag `custom_emoji` is enabled. This flag is disabled by default, because the feature is experimental and is subject to change without notice. (see [Connections](#connections)) |