Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0a6b1649
Commit
0a6b1649
authored
Apr 23, 2021
by
Jonathan Schafer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add descriptions for Tree::TypeEnum
parent
771c02d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
app/graphql/types/tree/type_enum.rb
app/graphql/types/tree/type_enum.rb
+3
-3
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+3
-3
No files found.
app/graphql/types/tree/type_enum.rb
View file @
0a6b1649
...
...
@@ -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
doc/api/graphql/reference/index.md
View file @
0a6b1649
...
...
@@ -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`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment