Commit 56731f8e authored by Dylan Griffith's avatar Dylan Griffith

Merge branch '299489-add-descriptions-to-type-enum' into 'master'

Add descriptions to BlobViewers TypeEnum

See merge request gitlab-org/gitlab!55006
parents b420142b f4ed994b
...@@ -6,9 +6,9 @@ module Types ...@@ -6,9 +6,9 @@ module Types
graphql_name 'BlobViewersType' graphql_name 'BlobViewersType'
description 'Types of blob viewers' description 'Types of blob viewers'
value 'rich', value: :rich value 'rich', value: :rich, description: 'Rich blob viewers type.'
value 'simple', value: :simple value 'simple', value: :simple, description: 'Simple blob viewers type.'
value 'auxiliary', value: :auxiliary value 'auxiliary', value: :auxiliary, description: 'Auxiliary blob viewers type.'
end end
end end
end end
...@@ -5021,9 +5021,9 @@ Types of blob viewers. ...@@ -5021,9 +5021,9 @@ Types of blob viewers.
| Value | Description | | Value | Description |
| ----- | ----------- | | ----- | ----------- |
| `auxiliary` | | | `auxiliary` | Auxiliary blob viewers type. |
| `rich` | | | `rich` | Rich blob viewers type. |
| `simple` | | | `simple` | Simple blob viewers type. |
### CiConfigStatus ### 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