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
a1eb33b2
Commit
a1eb33b2
authored
Mar 09, 2021
by
Michał Zając
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PositionTypeEnum descriptions
parent
e812cfc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/graphql/types/notes/position_type_enum.rb
app/graphql/types/notes/position_type_enum.rb
+2
-2
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+2
-2
No files found.
app/graphql/types/notes/position_type_enum.rb
View file @
a1eb33b2
...
...
@@ -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
doc/api/graphql/reference/index.md
View file @
a1eb33b2
...
...
@@ -5386,8 +5386,8 @@ Type of file the position refers to.
| Value | Description |
| ----- | ----------- |
|
`image`
| |
|
`text`
| |
|
`image`
|
An image
|
|
`text`
|
A text file
|
### `EntryType`
...
...
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