Skip to content

UpdateIssueStatePayload

No description

graphql
type UpdateIssueStatePayload {
  issueState: IssueState!
}

Fields

UpdateIssueStatePayload.issueState ● IssueState! non-null object

The updated IssueState

Returned By

updateIssueState mutation

Released under the MIT License.