From c31c9f964a81f104f4c265b6082b469361fb1653 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 1 Jul 2021 00:49:57 +0000 Subject: Add latest changes from gitlab-org/security/gitlab@14-0-stable-ee --- doc/api/graphql/reference/index.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'doc') diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index e84769fa568..ffdf0ea5fd3 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -1895,6 +1895,31 @@ Input type: `DiscussionToggleResolveInput` | `discussion` | [`Discussion`](#discussion) | The discussion after mutation. | | `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. | +### `Mutation.echoCreate` + +A mutation that does not perform any changes. + +This is expected to be used for testing of endpoints, to verify +that a user has mutation access. + +Input type: `EchoCreateInput` + +#### Arguments + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. | +| `errors` | [`[String!]`](#string) | Errors to return to the user. | +| `messages` | [`[String!]`](#string) | Messages to return to the user. | + +#### Fields + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. | +| `echoes` | [`[String!]`](#string) | Messages returned to the user. | +| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. | + ### `Mutation.enableDevopsAdoptionNamespace` **BETA** This endpoint is subject to change without notice. -- cgit v1.2.3