summaryrefslogtreecommitdiff
path: root/doc/api/graphql
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-31 06:08:59 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-31 06:08:59 +0000
commit6a7005feed2e88568f42627e7190ff5c4f2aa8d3 (patch)
tree1dbd36962c1d30428084950bd26db1df0185e599 /doc/api/graphql
parent749c2a5f5aada205b959c5651bfc5d4d7c22229b (diff)
downloadgitlab-ce-6a7005feed2e88568f42627e7190ff5c4f2aa8d3.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/graphql')
-rw-r--r--doc/api/graphql/reference/gitlab_schema.graphql10
-rw-r--r--doc/api/graphql/reference/gitlab_schema.json10
-rw-r--r--doc/api/graphql/reference/index.md5
3 files changed, 13 insertions, 12 deletions
diff --git a/doc/api/graphql/reference/gitlab_schema.graphql b/doc/api/graphql/reference/gitlab_schema.graphql
index 8fc13dd140b..b654e8bbd8b 100644
--- a/doc/api/graphql/reference/gitlab_schema.graphql
+++ b/doc/api/graphql/reference/gitlab_schema.graphql
@@ -203,7 +203,7 @@ type Commit {
Filter pipelines by their status
"""
status: PipelineStatusEnum
- ): Pipeline @deprecated(reason: "use pipelines")
+ ): Pipeline @deprecated(reason: "Use pipelines")
"""
Raw commit message
@@ -2172,9 +2172,9 @@ type EpicIssue implements Noteable {
designCollection: DesignCollection
"""
- Deprecated. Use `design_collection`
+ Deprecated. Use `designCollection`
"""
- designs: DesignCollection @deprecated(reason: "use design_collection")
+ designs: DesignCollection @deprecated(reason: "Use designCollection")
"""
Indicates discussion is locked on the issue
@@ -3062,9 +3062,9 @@ type Issue implements Noteable {
designCollection: DesignCollection
"""
- Deprecated. Use `design_collection`
+ Deprecated. Use `designCollection`
"""
- designs: DesignCollection @deprecated(reason: "use design_collection")
+ designs: DesignCollection @deprecated(reason: "Use designCollection")
"""
Indicates discussion is locked on the issue
diff --git a/doc/api/graphql/reference/gitlab_schema.json b/doc/api/graphql/reference/gitlab_schema.json
index f9eda31540a..a49a9c65f4e 100644
--- a/doc/api/graphql/reference/gitlab_schema.json
+++ b/doc/api/graphql/reference/gitlab_schema.json
@@ -8712,7 +8712,7 @@
},
{
"name": "designs",
- "description": "Deprecated. Use `design_collection`",
+ "description": "Deprecated. Use `designCollection`",
"args": [
],
@@ -8722,7 +8722,7 @@
"ofType": null
},
"isDeprecated": true,
- "deprecationReason": "use design_collection"
+ "deprecationReason": "Use designCollection"
},
{
"name": "discussionLocked",
@@ -10255,7 +10255,7 @@
},
{
"name": "designs",
- "description": "Deprecated. Use `design_collection`",
+ "description": "Deprecated. Use `designCollection`",
"args": [
],
@@ -10265,7 +10265,7 @@
"ofType": null
},
"isDeprecated": true,
- "deprecationReason": "use design_collection"
+ "deprecationReason": "Use designCollection"
},
{
"name": "discussionLocked",
@@ -13092,7 +13092,7 @@
"ofType": null
},
"isDeprecated": true,
- "deprecationReason": "use pipelines"
+ "deprecationReason": "Use pipelines"
},
{
"name": "message",
diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md
index 9ed47f2aea2..5325c5ff335 100644
--- a/doc/api/graphql/reference/index.md
+++ b/doc/api/graphql/reference/index.md
@@ -9,6 +9,7 @@
This documentation is self-generated based on GitLab current GraphQL schema.
The API can be explored interactively using the [GraphiQL IDE](../index.md#graphiql).
+
Each table below documents a GraphQL type. Types match loosely to models, but not all
fields and methods on a model are available via GraphQL.
@@ -334,7 +335,7 @@ Relationship between an epic and an issue
| `description` | String | Description of the issue |
| `descriptionHtml` | String | The GitLab Flavored Markdown rendering of `description` |
| `designCollection` | DesignCollection | Collection of design images associated with this issue |
-| `designs` | DesignCollection | Deprecated. Use `design_collection` |
+| `designs` | DesignCollection | Deprecated. Use `designCollection` |
| `discussionLocked` | Boolean! | Indicates discussion is locked on the issue |
| `downvotes` | Int! | Number of downvotes the issue has received |
| `dueDate` | Time | Due date of the issue |
@@ -454,7 +455,7 @@ Autogenerated return type of EpicTreeReorder
| `description` | String | Description of the issue |
| `descriptionHtml` | String | The GitLab Flavored Markdown rendering of `description` |
| `designCollection` | DesignCollection | Collection of design images associated with this issue |
-| `designs` | DesignCollection | Deprecated. Use `design_collection` |
+| `designs` | DesignCollection | Deprecated. Use `designCollection` |
| `discussionLocked` | Boolean! | Indicates discussion is locked on the issue |
| `downvotes` | Int! | Number of downvotes the issue has received |
| `dueDate` | Time | Due date of the issue |