Commit 76c3dee4 authored by Sean Arnold's avatar Sean Arnold

Update field description

parent 3e24318c
......@@ -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
......
......@@ -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",
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment