From 4e175ca905e0c6bdcf83f78fcffd1f5bc8767f82 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 23 May 2023 21:09:55 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/graphql/reference/index.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'doc/api') diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index 2b633e37fc3..39ee028faa0 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -1025,6 +1025,7 @@ Input type: `AiActionInput` | `generateTestFile` | [`GenerateTestFileInput`](#generatetestfileinput) | Input for generate_test_file AI action. | | `markupFormat` | [`MarkupFormat`](#markupformat) | Indicates the response format. | | `summarizeComments` | [`AiSummarizeCommentsInput`](#aisummarizecommentsinput) | Input for summarize_comments AI action. | +| `summarizeReview` | [`AiSummarizeReviewInput`](#aisummarizereviewinput) | Input for summarize_review AI action. | | `tanukiBot` | [`AiTanukiBotInput`](#aitanukibotinput) | Input for tanuki_bot AI action. | #### Fields @@ -12345,6 +12346,28 @@ Represents the total number of issues and their weights for a particular day. | `id` **{warning-solid}** | [`ID!`](#id) | **Introduced** in 15.11. This feature is an Experiment. It can be changed or removed at any time. ID of the catalog resource. | | `name` **{warning-solid}** | [`String`](#string) | **Introduced** in 15.11. This feature is an Experiment. It can be changed or removed at any time. Name of the catalog resource. | +#### Fields with arguments + +##### `CiCatalogResource.versions` + +Versions of the catalog resource. + +WARNING: +**Introduced** in 16.1. +This feature is an Experiment. It can be changed or removed at any time. + +Returns [`ReleaseConnection`](#releaseconnection). + +This field returns a [connection](#connections). It accepts the +four standard [pagination arguments](#connection-pagination-arguments): +`before: String`, `after: String`, `first: Int`, `last: Int`. + +###### Arguments + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `sort` | [`ReleaseSort`](#releasesort) | Sort releases by given criteria. | + ### `CiConfig` #### Fields @@ -27714,6 +27737,14 @@ see the associated mutation type above. | ---- | ---- | ----------- | | `resourceId` | [`AiModelID!`](#aimodelid) | Global ID of the resource to mutate. | +### `AiSummarizeReviewInput` + +#### Arguments + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `resourceId` | [`AiModelID!`](#aimodelid) | Global ID of the resource to mutate. | + ### `AiTanukiBotInput` #### Arguments -- cgit v1.2.3