IssueStateInput
Input to create an IssueState
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