Commit f4ed994b authored by Subashis's avatar Subashis

Add descriptions to TypeEnum

parent 8e5c5787
......@@ -6,9 +6,9 @@ module Types
graphql_name 'BlobViewersType'
description 'Types of blob viewers'
value 'rich', value: :rich
value 'simple', value: :simple
value 'auxiliary', value: :auxiliary
value 'rich', value: :rich, description: 'Rich blob viewers type.'
value 'simple', value: :simple, description: 'Simple blob viewers type.'
value 'auxiliary', value: :auxiliary, description: 'Auxiliary blob viewers type.'
end
end
end
......@@ -5018,9 +5018,9 @@ Types of blob viewers.
| Value | Description |
| ----- | ----------- |
| `auxiliary` | |
| `rich` | |
| `simple` | |
| `auxiliary` | Auxiliary blob viewers type. |
| `rich` | Rich blob viewers type. |
| `simple` | Simple blob viewers type. |
### CiConfigStatus
......
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