From 7d297faa51b362b48c39fe966ff4afac1029ba7c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 3 Jan 2024 09:15:44 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/graphql/reference/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc') diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index 6318ef85f85..354a2eabfc5 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -28974,6 +28974,18 @@ Represents the emoji reactions widget. | `type` | [`WorkItemWidgetType`](#workitemwidgettype) | Widget type. | | `upvotes` | [`Int!`](#int) | Number of upvotes the work item has received. | +### `WorkItemWidgetColor` + +Represents a color widget. + +#### Fields + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `color` | [`String`](#string) | Color of the Work Item. | +| `textColor` | [`String`](#string) | Text color generated for the Work Item. | +| `type` | [`WorkItemWidgetType`](#workitemwidgettype) | Widget type. | + ### `WorkItemWidgetCurrentUserTodos` Represents a todos widget. @@ -32108,6 +32120,7 @@ Type of a work item widget. | ----- | ----------- | | `ASSIGNEES` | Assignees widget. | | `AWARD_EMOJI` | Award Emoji widget. | +| `COLOR` | Color widget. | | `CURRENT_USER_TODOS` | Current User Todos widget. | | `DESCRIPTION` | Description widget. | | `HEALTH_STATUS` | Health Status widget. | @@ -33793,6 +33806,7 @@ Implementations: - [`WorkItemWidgetAssignees`](#workitemwidgetassignees) - [`WorkItemWidgetAwardEmoji`](#workitemwidgetawardemoji) +- [`WorkItemWidgetColor`](#workitemwidgetcolor) - [`WorkItemWidgetCurrentUserTodos`](#workitemwidgetcurrentusertodos) - [`WorkItemWidgetDescription`](#workitemwidgetdescription) - [`WorkItemWidgetHealthStatus`](#workitemwidgethealthstatus) -- cgit v1.2.3