Commit 53910737 authored by Jonathan Schafer's avatar Jonathan Schafer Committed by Rémy Coutable

Add descriptions to MergeRequestStateEnum

Add missing values
Add descriptions to values
Update schema
Update documentation
parent af7dd254
......@@ -5,6 +5,6 @@ module Types
graphql_name 'MergeRequestState'
description 'State of a GitLab merge request'
value 'merged'
value 'merged', description: "Merge Request has been merged"
end
end
......@@ -15696,6 +15696,10 @@ enum MergeRequestState {
all
closed
locked
"""
Merge Request has been merged
"""
merged
opened
}
......
......@@ -43076,7 +43076,7 @@
},
{
"name": "merged",
"description": null,
"description": "Merge Request has been merged",
"isDeprecated": false,
"deprecationReason": null
}
......@@ -4991,7 +4991,7 @@ State of a GitLab merge request.
| `all` | |
| `closed` | |
| `locked` | |
| `merged` | |
| `merged` | Merge Request has been merged |
| `opened` | |
### MilestoneStateEnum
......
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