Skip to content

UpdateIssueStateInput ​

Input for the updateIssueState mutation

graphql
input UpdateIssueStateInput {
  description: String
  id: ID!
  name: String
}

Fields ​

UpdateIssueStateInput.description ● String scalar ​

The description of the NamedNode

UpdateIssueStateInput.id ● ID! non-null scalar ​

The id of the node to update

UpdateIssueStateInput.name ● String scalar ​

The new name of the NamedNode, must not be empty

Member Of ​

updateIssueState mutation

Released under the MIT License.