Commit a1eb33b2 authored by Michał Zając's avatar Michał Zając

Update PositionTypeEnum descriptions

parent e812cfc1
......@@ -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