Commit 8469b536 authored by Alex Kalderimis's avatar Alex Kalderimis

Use angle brackets for raw URLs

parent 44182607
......@@ -23,7 +23,11 @@ module Mutations
argument :color, GraphQL::STRING_TYPE,
required: false,
default_value: Label::DEFAULT_COLOR,
description: "The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the CSS color names in 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
(e.g. `#FFAABB`) or one of the CSS color names
<https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords>.
DESC
authorize :admin_label
......
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