Skip to content

UpdateIssueTypePayload

No description

graphql
type UpdateIssueTypePayload {
  issueType: IssueType!
}

Fields

UpdateIssueTypePayload.issueType ● IssueType! non-null object

The updated IssueType

Returned By

updateIssueType mutation

Released under the MIT License.