Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
dc84ba2a
Commit
dc84ba2a
authored
Aug 11, 2020
by
Sean Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update schema file
parent
40d56412
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
app/graphql/types/issue_status_counts_type.rb
app/graphql/types/issue_status_counts_type.rb
+1
-1
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+1
-1
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+1
-1
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+1
-1
No files found.
app/graphql/types/issue_status_counts_type.rb
View file @
dc84ba2a
...
...
@@ -3,7 +3,7 @@
module
Types
class
IssueStatusCountsType
<
BaseObject
graphql_name
'IssueStatusCountsType'
description
"Represents total number of issues for the represented statuses"
description
"Represents total number of issues for the represented statuses
.
"
authorize
:read_issue
...
...
doc/api/graphql/reference/gitlab_schema.graphql
View file @
dc84ba2a
...
...
@@ -7253,7 +7253,7 @@ enum IssueState {
}
"""
Represents total number of issues for the represented statuses
Represents total number of issues for the represented statuses
.
"""
type
IssueStatusCountsType
{
"""
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
dc84ba2a
...
...
@@ -20004,7 +20004,7 @@
{
"kind": "OBJECT",
"name": "IssueStatusCountsType",
"description": "Represents total number of issues for the represented statuses",
"description": "Represents total number of issues for the represented statuses
.
",
"fields": [
{
"name": "all",
doc/api/graphql/reference/index.md
View file @
dc84ba2a
...
...
@@ -1106,7 +1106,7 @@ Autogenerated return type of IssueSetWeight
## IssueStatusCountsType
Represents total number of issues for the represented statuses
Represents total number of issues for the represented statuses
.
| Name | Type | Description |
| --- | ---- | ---------- |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment