UpdateIssuePriorityInput
Input for the updateIssuePriority mutation
graphql
input UpdateIssuePriorityInput {
description: String
iconPath: String
id: ID!
name: String
value: Float
}Fields
UpdateIssuePriorityInput.description ● String scalar
The description of the NamedNode
UpdateIssuePriorityInput.iconPath ● String scalar
A path that is used as the icon for issues
UpdateIssuePriorityInput.id ● ID! non-null scalar
The id of the node to update
UpdateIssuePriorityInput.name ● String scalar
The new name of the NamedNode, must not be empty
UpdateIssuePriorityInput.value ● Float scalar
The value of the IssuePriority, used to compare/order different IssuePriorities
Member Of
updateIssuePriority mutation