Commit b742f30f authored by Alex Kalderimis's avatar Alex Kalderimis

Merge branch '299489-update-positiontypeenum-descriptions' into 'master'

Add descriptions to PositionTypeEnum

See merge request gitlab-org/gitlab!56103
parents c30d9cd2 a1eb33b2
......@@ -6,8 +6,8 @@ module Types
graphql_name 'DiffPositionType'
description 'Type of file the position refers to'
value 'text'
value 'image'
value 'text', description: "A text file"
value 'image', description: "An image"
end
end
end
......@@ -5386,8 +5386,8 @@ Type of file the position refers to.
| Value | Description |
| ----- | ----------- |
| `image` | |
| `text` | |
| `image` | An image |
| `text` | A text file |
### `EntryType`
......
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