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
76c3dee4
Commit
76c3dee4
authored
Dec 14, 2020
by
Sean Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update field description
parent
3e24318c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+1
-2
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+1
-1
ee/app/graphql/types/incident_management/oncall_user_input_type.rb
...aphql/types/incident_management/oncall_user_input_type.rb
+1
-1
No files found.
doc/api/graphql/reference/gitlab_schema.graphql
View file @
76c3dee4
...
...
@@ -15945,8 +15945,7 @@ input OncallUserInputType {
colorPalette
:
DataVisualizationColorEnum
"""
A
value
of
DataVisualizationWeightEnum
.
The
color
weight
to
assign
to
for
the
on
-
call
user
,
for
example
"500".
Max
4
chars
.
A
value
of
DataVisualizationWeightEnum
.
The
color
weight
to
assign
to
for
the
on
-
call
user
.
"""
colorWeight
:
DataVisualizationWeightEnum
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
76c3dee4
...
...
@@ -47321,7 +47321,7 @@
},
{
"name": "colorWeight",
"description": "A value of DataVisualizationWeightEnum. The color weight to assign to for the on-call user
, for example \"500\". Max 4 chars
.",
"description": "A value of DataVisualizationWeightEnum. The color weight to assign to for the on-call user.",
"type": {
"kind": "ENUM",
"name": "DataVisualizationWeightEnum",
ee/app/graphql/types/incident_management/oncall_user_input_type.rb
View file @
76c3dee4
...
...
@@ -17,7 +17,7 @@ module Types
argument
:color_weight
,
::
Types
::
DataVisualizationPalette
::
WeightEnum
,
required:
false
,
description:
'A value of DataVisualizationWeightEnum. The color weight to assign to for the on-call user
, for example "500". Max 4 chars
.'
description:
'A value of DataVisualizationWeightEnum. The color weight to assign to for the on-call user.'
end
# rubocop: enable Graphql/AuthorizeTypes
end
...
...
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