Commit 2a66862c authored by Jonathan Schafer's avatar Jonathan Schafer

Add descriptions to IssuableStateEnum

Updated schema/docs
parent 7aa7d513
...@@ -5,9 +5,9 @@ module Types ...@@ -5,9 +5,9 @@ module Types
graphql_name 'IssuableState' graphql_name 'IssuableState'
description 'State of a GitLab issue or merge request' description 'State of a GitLab issue or merge request'
value 'opened' value 'opened', description: "In open state"
value 'closed' value 'closed', description: "In closed state"
value 'locked' value 'locked', description: "Discussion has been locked"
value 'all' value 'all', description: 'All available'
end end
end end
...@@ -5152,10 +5152,10 @@ State of a GitLab issue or merge request. ...@@ -5152,10 +5152,10 @@ State of a GitLab issue or merge request.
| Value | Description | | Value | Description |
| ----- | ----------- | | ----- | ----------- |
| `all` | | | `all` | All available |
| `closed` | | | `closed` | In closed state |
| `locked` | | | `locked` | Discussion has been locked |
| `opened` | | | `opened` | In open state |
### IssueSort ### IssueSort
...@@ -5195,10 +5195,10 @@ State of a GitLab issue. ...@@ -5195,10 +5195,10 @@ State of a GitLab issue.
| Value | Description | | Value | Description |
| ----- | ----------- | | ----- | ----------- |
| `all` | | | `all` | All available |
| `closed` | | | `closed` | In closed state |
| `locked` | | | `locked` | Discussion has been locked |
| `opened` | | | `opened` | In open state |
### IssueStateEvent ### IssueStateEvent
...@@ -5338,11 +5338,11 @@ State of a GitLab merge request. ...@@ -5338,11 +5338,11 @@ State of a GitLab merge request.
| Value | Description | | Value | Description |
| ----- | ----------- | | ----- | ----------- |
| `all` | | | `all` | All available |
| `closed` | | | `closed` | In closed state |
| `locked` | | | `locked` | Discussion has been locked |
| `merged` | Merge Request has been merged | | `merged` | Merge Request has been merged |
| `opened` | | | `opened` | In open state |
### MilestoneStateEnum ### 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