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
b01d8a44
Commit
b01d8a44
authored
Feb 14, 2021
by
Subashis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add descriptions to TodoStateEnum
parent
9a5c22a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/graphql/types/todo_state_enum.rb
app/graphql/types/todo_state_enum.rb
+2
-2
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+2
-2
No files found.
app/graphql/types/todo_state_enum.rb
View file @
b01d8a44
...
...
@@ -2,7 +2,7 @@
module
Types
class
TodoStateEnum
<
BaseEnum
value
'pending'
value
'done'
value
'pending'
,
description:
"The state of the todo is pending."
value
'done'
,
description:
"The state of the todo is done."
end
end
doc/api/graphql/reference/index.md
View file @
b01d8a44
...
...
@@ -5629,8 +5629,8 @@ State of a test report.
| Value | Description |
| ----- | ----------- |
|
`done`
| |
|
`pending`
| |
|
`done`
|
The state of the todo is done.
|
|
`pending`
|
The state of the todo is pending.
|
### TodoTargetEnum
...
...
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