summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-21 00:06:02 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-21 00:06:02 +0000
commit96f3246b9ca41d27d1e268ac3fc90326ad0714ba (patch)
tree2b0e7426d4aae6dd7461ccdb4c5be315313254ab /doc
parent2477ab5553eabc6c4579cb23aba620ffc8cba228 (diff)
downloadgitlab-ce-96f3246b9ca41d27d1e268ac3fc90326ad0714ba.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r--doc/api/graphql/reference/gitlab_schema.graphql10
-rw-r--r--doc/api/graphql/reference/gitlab_schema.json12
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/api/graphql/reference/gitlab_schema.graphql b/doc/api/graphql/reference/gitlab_schema.graphql
index a357c93b020..12ae1fc3029 100644
--- a/doc/api/graphql/reference/gitlab_schema.graphql
+++ b/doc/api/graphql/reference/gitlab_schema.graphql
@@ -2538,6 +2538,16 @@ enum IssueSort {
RELATIVE_POSITION_ASC
"""
+ Weight by ascending order
+ """
+ WEIGHT_ASC
+
+ """
+ Weight by descending order
+ """
+ WEIGHT_DESC
+
+ """
Created at ascending order
"""
created_asc
diff --git a/doc/api/graphql/reference/gitlab_schema.json b/doc/api/graphql/reference/gitlab_schema.json
index fea67f28d69..7bbbe823697 100644
--- a/doc/api/graphql/reference/gitlab_schema.json
+++ b/doc/api/graphql/reference/gitlab_schema.json
@@ -13772,6 +13772,18 @@
"description": "Relative position by ascending order",
"isDeprecated": false,
"deprecationReason": null
+ },
+ {
+ "name": "WEIGHT_ASC",
+ "description": "Weight by ascending order",
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
+ "name": "WEIGHT_DESC",
+ "description": "Weight by descending order",
+ "isDeprecated": false,
+ "deprecationReason": null
}
],
"possibleTypes": null