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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-18 18:08:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-18 18:08:45 +0300
commit874c603d7a21724885ed24f15f457146aa1497c2 (patch)
tree9b562f45f9e79cd0bbba8e94e69511f620a1c3ed /doc/api/graphql/reference/gitlab_schema.json
parent8eef083ccd59505b606e9733d38589cbd3d01fdf (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/graphql/reference/gitlab_schema.json')
-rw-r--r--doc/api/graphql/reference/gitlab_schema.json422
1 files changed, 211 insertions, 211 deletions
diff --git a/doc/api/graphql/reference/gitlab_schema.json b/doc/api/graphql/reference/gitlab_schema.json
index 003f992c746..1ced40f96ca 100644
--- a/doc/api/graphql/reference/gitlab_schema.json
+++ b/doc/api/graphql/reference/gitlab_schema.json
@@ -29846,124 +29846,78 @@
},
{
"kind": "OBJECT",
- "name": "ReleaseAssets",
- "description": "A container for all assets associated with a release",
+ "name": "ReleaseAssetLink",
+ "description": "Represents an asset link associated with a release",
"fields": [
{
- "name": "count",
- "description": "Number of assets of the release",
+ "name": "external",
+ "description": "Indicates the link points to an external resource",
"args": [
],
"type": {
"kind": "SCALAR",
- "name": "Int",
+ "name": "Boolean",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "links",
- "description": "Asset links of the release",
+ "name": "id",
+ "description": "ID of the link",
"args": [
- {
- "name": "after",
- "description": "Returns the elements in the list that come after the specified cursor.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "before",
- "description": "Returns the elements in the list that come before the specified cursor.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "first",
- "description": "Returns the first _n_ elements from the list.",
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "last",
- "description": "Returns the last _n_ elements from the list.",
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
+
+ ],
+ "type": {
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
}
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "linkType",
+ "description": "Type of the link: `other`, `runbook`, `image`, `package`; defaults to `other`",
+ "args": [
+
],
"type": {
- "kind": "OBJECT",
- "name": "ReleaseLinkConnection",
+ "kind": "ENUM",
+ "name": "ReleaseAssetLinkType",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "sources",
- "description": "Sources of the release",
+ "name": "name",
+ "description": "Name of the link",
"args": [
- {
- "name": "after",
- "description": "Returns the elements in the list that come after the specified cursor.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "before",
- "description": "Returns the elements in the list that come before the specified cursor.",
- "type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "first",
- "description": "Returns the first _n_ elements from the list.",
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- },
- {
- "name": "last",
- "description": "Returns the last _n_ elements from the list.",
- "type": {
- "kind": "SCALAR",
- "name": "Int",
- "ofType": null
- },
- "defaultValue": null
- }
+
],
"type": {
- "kind": "OBJECT",
- "name": "ReleaseSourceConnection",
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "url",
+ "description": "URL of the link",
+ "args": [
+
+ ],
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
@@ -29979,8 +29933,8 @@
},
{
"kind": "OBJECT",
- "name": "ReleaseConnection",
- "description": "The connection type for Release.",
+ "name": "ReleaseAssetLinkConnection",
+ "description": "The connection type for ReleaseAssetLink.",
"fields": [
{
"name": "edges",
@@ -29993,7 +29947,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "ReleaseEdge",
+ "name": "ReleaseAssetLinkEdge",
"ofType": null
}
},
@@ -30011,7 +29965,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "Release",
+ "name": "ReleaseAssetLink",
"ofType": null
}
},
@@ -30046,7 +30000,7 @@
},
{
"kind": "OBJECT",
- "name": "ReleaseEdge",
+ "name": "ReleaseAssetLinkEdge",
"description": "An edge in a connection.",
"fields": [
{
@@ -30075,7 +30029,7 @@
],
"type": {
"kind": "OBJECT",
- "name": "Release",
+ "name": "ReleaseAssetLink",
"ofType": null
},
"isDeprecated": false,
@@ -30090,65 +30044,160 @@
"possibleTypes": null
},
{
- "kind": "OBJECT",
- "name": "ReleaseEvidence",
- "description": "Evidence for a release",
- "fields": [
+ "kind": "ENUM",
+ "name": "ReleaseAssetLinkType",
+ "description": "Type of the link: `other`, `runbook`, `image`, `package`; defaults to `other`",
+ "fields": null,
+ "inputFields": null,
+ "interfaces": null,
+ "enumValues": [
{
- "name": "collectedAt",
- "description": "Timestamp when the evidence was collected",
- "args": [
-
- ],
- "type": {
- "kind": "SCALAR",
- "name": "Time",
- "ofType": null
- },
+ "name": "OTHER",
+ "description": "Other link type",
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "filepath",
- "description": "URL from where the evidence can be downloaded",
+ "name": "RUNBOOK",
+ "description": "Runbook link type",
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "PACKAGE",
+ "description": "Package link type",
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "IMAGE",
+ "description": "Image link type",
+ "isDeprecated": false,
+ "deprecationReason": null
+ }
+ ],
+ "possibleTypes": null
+ },
+ {
+ "kind": "OBJECT",
+ "name": "ReleaseAssets",
+ "description": "A container for all assets associated with a release",
+ "fields": [
+ {
+ "name": "count",
+ "description": "Number of assets of the release",
"args": [
],
"type": {
"kind": "SCALAR",
- "name": "String",
+ "name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "id",
- "description": "ID of the evidence",
+ "name": "links",
+ "description": "Asset links of the release",
"args": [
-
+ {
+ "name": "after",
+ "description": "Returns the elements in the list that come after the specified cursor.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "before",
+ "description": "Returns the elements in the list that come before the specified cursor.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "first",
+ "description": "Returns the first _n_ elements from the list.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "last",
+ "description": "Returns the last _n_ elements from the list.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
],
"type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
+ "kind": "OBJECT",
+ "name": "ReleaseAssetLinkConnection",
+ "ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "sha",
- "description": "SHA1 ID of the evidence hash",
+ "name": "sources",
+ "description": "Sources of the release",
"args": [
-
+ {
+ "name": "after",
+ "description": "Returns the elements in the list that come after the specified cursor.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "before",
+ "description": "Returns the elements in the list that come before the specified cursor.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "first",
+ "description": "Returns the first _n_ elements from the list.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "last",
+ "description": "Returns the last _n_ elements from the list.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
],
"type": {
- "kind": "SCALAR",
- "name": "String",
+ "kind": "OBJECT",
+ "name": "ReleaseSourceConnection",
"ofType": null
},
"isDeprecated": false,
@@ -30164,8 +30213,8 @@
},
{
"kind": "OBJECT",
- "name": "ReleaseEvidenceConnection",
- "description": "The connection type for ReleaseEvidence.",
+ "name": "ReleaseConnection",
+ "description": "The connection type for Release.",
"fields": [
{
"name": "edges",
@@ -30178,7 +30227,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "ReleaseEvidenceEdge",
+ "name": "ReleaseEdge",
"ofType": null
}
},
@@ -30196,7 +30245,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "ReleaseEvidence",
+ "name": "Release",
"ofType": null
}
},
@@ -30231,7 +30280,7 @@
},
{
"kind": "OBJECT",
- "name": "ReleaseEvidenceEdge",
+ "name": "ReleaseEdge",
"description": "An edge in a connection.",
"fields": [
{
@@ -30260,7 +30309,7 @@
],
"type": {
"kind": "OBJECT",
- "name": "ReleaseEvidence",
+ "name": "Release",
"ofType": null
},
"isDeprecated": false,
@@ -30276,72 +30325,58 @@
},
{
"kind": "OBJECT",
- "name": "ReleaseLink",
- "description": "Represents an asset link associated with a release",
+ "name": "ReleaseEvidence",
+ "description": "Evidence for a release",
"fields": [
{
- "name": "external",
- "description": "Indicates the link points to an external resource",
+ "name": "collectedAt",
+ "description": "Timestamp when the evidence was collected",
"args": [
],
"type": {
"kind": "SCALAR",
- "name": "Boolean",
+ "name": "Time",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "id",
- "description": "ID of the link",
- "args": [
-
- ],
- "type": {
- "kind": "NON_NULL",
- "name": null,
- "ofType": {
- "kind": "SCALAR",
- "name": "ID",
- "ofType": null
- }
- },
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "linkType",
- "description": "Type of the link: `other`, `runbook`, `image`, `package`; defaults to `other`",
+ "name": "filepath",
+ "description": "URL from where the evidence can be downloaded",
"args": [
],
"type": {
- "kind": "ENUM",
- "name": "ReleaseLinkType",
+ "kind": "SCALAR",
+ "name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "name",
- "description": "Name of the link",
+ "name": "id",
+ "description": "ID of the evidence",
"args": [
],
"type": {
- "kind": "SCALAR",
- "name": "String",
- "ofType": null
+ "kind": "NON_NULL",
+ "name": null,
+ "ofType": {
+ "kind": "SCALAR",
+ "name": "ID",
+ "ofType": null
+ }
},
"isDeprecated": false,
"deprecationReason": null
},
{
- "name": "url",
- "description": "URL of the link",
+ "name": "sha",
+ "description": "SHA1 ID of the evidence hash",
"args": [
],
@@ -30363,8 +30398,8 @@
},
{
"kind": "OBJECT",
- "name": "ReleaseLinkConnection",
- "description": "The connection type for ReleaseLink.",
+ "name": "ReleaseEvidenceConnection",
+ "description": "The connection type for ReleaseEvidence.",
"fields": [
{
"name": "edges",
@@ -30377,7 +30412,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "ReleaseLinkEdge",
+ "name": "ReleaseEvidenceEdge",
"ofType": null
}
},
@@ -30395,7 +30430,7 @@
"name": null,
"ofType": {
"kind": "OBJECT",
- "name": "ReleaseLink",
+ "name": "ReleaseEvidence",
"ofType": null
}
},
@@ -30430,7 +30465,7 @@
},
{
"kind": "OBJECT",
- "name": "ReleaseLinkEdge",
+ "name": "ReleaseEvidenceEdge",
"description": "An edge in a connection.",
"fields": [
{
@@ -30459,7 +30494,7 @@
],
"type": {
"kind": "OBJECT",
- "name": "ReleaseLink",
+ "name": "ReleaseEvidence",
"ofType": null
},
"isDeprecated": false,
@@ -30474,41 +30509,6 @@
"possibleTypes": null
},
{
- "kind": "ENUM",
- "name": "ReleaseLinkType",
- "description": "Type of the link: `other`, `runbook`, `image`, `package`; defaults to `other`",
- "fields": null,
- "inputFields": null,
- "interfaces": null,
- "enumValues": [
- {
- "name": "OTHER",
- "description": "Other link type",
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "RUNBOOK",
- "description": "Runbook link type",
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "PACKAGE",
- "description": "Package link type",
- "isDeprecated": false,
- "deprecationReason": null
- },
- {
- "name": "IMAGE",
- "description": "Image link type",
- "isDeprecated": false,
- "deprecationReason": null
- }
- ],
- "possibleTypes": null
- },
- {
"kind": "OBJECT",
"name": "ReleaseSource",
"description": "Represents the source code attached to a release in a particular format",