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

Update field description

parent 3e24318c
...@@ -15945,8 +15945,7 @@ input OncallUserInputType { ...@@ -15945,8 +15945,7 @@ input OncallUserInputType {
colorPalette: DataVisualizationColorEnum colorPalette: DataVisualizationColorEnum
""" """
A value of DataVisualizationWeightEnum. The color weight to assign to for the A value of DataVisualizationWeightEnum. The color weight to assign to for the on-call user.
on-call user, for example "500". Max 4 chars.
""" """
colorWeight: DataVisualizationWeightEnum colorWeight: DataVisualizationWeightEnum
......
...@@ -47321,7 +47321,7 @@ ...@@ -47321,7 +47321,7 @@
}, },
{ {
"name": "colorWeight", "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": { "type": {
"kind": "ENUM", "kind": "ENUM",
"name": "DataVisualizationWeightEnum", "name": "DataVisualizationWeightEnum",
...@@ -17,7 +17,7 @@ module Types ...@@ -17,7 +17,7 @@ module Types
argument :color_weight, ::Types::DataVisualizationPalette::WeightEnum, argument :color_weight, ::Types::DataVisualizationPalette::WeightEnum,
required: false, 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 end
# rubocop: enable Graphql/AuthorizeTypes # rubocop: enable Graphql/AuthorizeTypes
end 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