Commit 0a6b1649 authored by Jonathan Schafer's avatar Jonathan Schafer

Add descriptions for Tree::TypeEnum

parent 771c02d8
......@@ -6,9 +6,9 @@ module Types
graphql_name 'EntryType'
description 'Type of a tree entry'
value 'tree', value: :tree
value 'blob', value: :blob
value 'commit', value: :commit
value 'tree', description: 'Directory tree type', value: :tree
value 'blob', description: 'File tree type', value: :blob
value 'commit', description: 'Commit tree type', value: :commit
end
end
end
......@@ -13175,9 +13175,9 @@ Type of a tree entry.
| Value | Description |
| ----- | ----------- |
| <a id="entrytypeblob"></a>`blob` | |
| <a id="entrytypecommit"></a>`commit` | |
| <a id="entrytypetree"></a>`tree` | |
| <a id="entrytypeblob"></a>`blob` | File tree type. |
| <a id="entrytypecommit"></a>`commit` | Commit tree type. |
| <a id="entrytypetree"></a>`tree` | Directory tree type. |
### `EpicSort`
......
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