Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/graphql/reference/gitlab_schema.json')
-rw-r--r--doc/api/graphql/reference/gitlab_schema.json49
1 files changed, 48 insertions, 1 deletions
diff --git a/doc/api/graphql/reference/gitlab_schema.json b/doc/api/graphql/reference/gitlab_schema.json
index 0bf3042044c..0537007f665 100644
--- a/doc/api/graphql/reference/gitlab_schema.json
+++ b/doc/api/graphql/reference/gitlab_schema.json
@@ -9548,6 +9548,20 @@
"deprecationReason": null
},
{
+ "name": "createdByUser",
+ "description": "The user who created the token.",
+ "args": [
+
+ ],
+ "type": {
+ "kind": "OBJECT",
+ "name": "User",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
"name": "id",
"description": "Global ID of the token.",
"args": [
@@ -40547,7 +40561,7 @@
"name": "String",
"ofType": null
},
- "defaultValue": "\"#428BCA\""
+ "defaultValue": "\"#6699cc\""
},
{
"name": "clientMutationId",
@@ -43514,6 +43528,29 @@
"possibleTypes": null
},
{
+ "kind": "ENUM",
+ "name": "MergeRequestNewState",
+ "description": "New state to apply to a merge request.",
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
+ {
+ "name": "OPEN",
+ "description": "Open the merge request if it is closed.",
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "CLOSED",
+ "description": "Close the merge request if it is open.",
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
"kind": "OBJECT",
"name": "MergeRequestPermissions",
"description": "Check permissions for the current user on a merge request",
@@ -44843,6 +44880,16 @@
"defaultValue": null
},
{
+ "name": "state",
+ "description": "The action to perform to change the state.",
+ "type": {
+ "kind": "ENUM",
+ "name": "MergeRequestNewState",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
"type": {