Skip to content

UpdateIssueTemplateInput

Input for the updateIssueTemplate mutation

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

Fields

UpdateIssueTemplateInput.description ● String scalar

The description of the NamedNode

UpdateIssueTemplateInput.id ● ID! non-null scalar

The id of the node to update

UpdateIssueTemplateInput.name ● String scalar

The new name of the NamedNode, must not be empty

Member Of

updateIssueTemplate mutation

Released under the MIT License.