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

Update PositionTypeEnum descriptions

parent e812cfc1
...@@ -6,8 +6,8 @@ module Types ...@@ -6,8 +6,8 @@ module Types
graphql_name 'DiffPositionType' graphql_name 'DiffPositionType'
description 'Type of file the position refers to' description 'Type of file the position refers to'
value 'text' value 'text', description: "A text file"
value 'image' value 'image', description: "An image"
end end
end end
end end
...@@ -5386,8 +5386,8 @@ Type of file the position refers to. ...@@ -5386,8 +5386,8 @@ Type of file the position refers to.
| Value | Description | | Value | Description |
| ----- | ----------- | | ----- | ----------- |
| `image` | | | `image` | An image |
| `text` | | | `text` | A text file |
### `EntryType` ### `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