UpdateIssueRelationTypeInput
Input for the updateIssueRelationType mutation
graphql
input UpdateIssueRelationTypeInput {
description: String
id: ID!
inverseName: String
name: String
}Fields
UpdateIssueRelationTypeInput.description ● String scalar
The description of the NamedNode
UpdateIssueRelationTypeInput.id ● ID! non-null scalar
The id of the node to update
UpdateIssueRelationTypeInput.inverseName ● String scalar
The name of the relation from the inverse (incoming) perspective
UpdateIssueRelationTypeInput.name ● String scalar
The new name of the NamedNode, must not be empty
Member Of
updateIssueRelationType mutation