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
f4ed994b
Commit
f4ed994b
authored
Feb 23, 2021
by
Subashis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add descriptions to TypeEnum
parent
8e5c5787
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
app/graphql/types/blob_viewers/type_enum.rb
app/graphql/types/blob_viewers/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/blob_viewers/type_enum.rb
View file @
f4ed994b
...
...
@@ -6,9 +6,9 @@ module Types
graphql_name
'BlobViewersType'
description
'Types of blob viewers'
value
'rich'
,
value: :rich
value
'simple'
,
value: :simple
value
'auxiliary'
,
value: :auxiliary
value
'rich'
,
value: :rich
,
description:
'Rich blob viewers type.'
value
'simple'
,
value: :simple
,
description:
'Simple blob viewers type.'
value
'auxiliary'
,
value: :auxiliary
,
description:
'Auxiliary blob viewers type.'
end
end
end
doc/api/graphql/reference/index.md
View file @
f4ed994b
...
...
@@ -5018,9 +5018,9 @@ Types of blob viewers.
| Value | Description |
| ----- | ----------- |
|
`auxiliary`
| |
|
`rich`
| |
|
`simple`
| |
|
`auxiliary`
|
Auxiliary blob viewers type.
|
|
`rich`
|
Rich blob viewers type.
|
|
`simple`
|
Simple blob viewers type.
|
### CiConfigStatus
...
...
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