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
9b3da77e
Commit
9b3da77e
authored
Mar 15, 2021
by
Alex Kalderimis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Externalize documentation reference to :see option
parent
d817d610
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
app/graphql/mutations/labels/create.rb
app/graphql/mutations/labels/create.rb
+5
-2
No files found.
app/graphql/mutations/labels/create.rb
View file @
9b3da77e
...
...
@@ -23,10 +23,13 @@ module Mutations
argument
:color
,
GraphQL
::
STRING_TYPE
,
required:
false
,
default_value:
Label
::
DEFAULT_COLOR
,
see:
{
'List of color keywords at mozilla.org'
=>
'https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords'
},
description:
<<~
DESC
The color of the label given in 6-digit hex notation with leading '#' sign
(for example, `#FFAABB`) or one of the CSS color names
<https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords>.
(for example, `#FFAABB`) or one of the CSS color names.
DESC
authorize
:admin_label
...
...
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