Skip to content

CreateIssuePayload

No description

graphql
type CreateIssuePayload {
  issue: Issue!
}

Fields

CreateIssuePayload.issue ● Issue! non-null object

The created Issue

Returned By

createIssue mutation

Released under the MIT License.