Skip to content

IssueStateInput

Input to create an IssueState

graphql
input IssueStateInput {
  description: String!
  isOpen: Boolean!
  name: String!
}

Fields

IssueStateInput.description ● String! non-null scalar

The description of the NamedNode

IssueStateInput.isOpen ● Boolean! non-null scalar

The value for the isOpen field of the created IssueState

IssueStateInput.name ● String! non-null scalar

The name of the NamedNode, must not be blank

Member Of

CreateIssueTemplateInput input

Released under the MIT License.