ChangeIssueRelationTypeInput
Input for the changeIssueRelationType mutation
input ChangeIssueRelationTypeInput {
issueRelation: ID!
type: ID
}
Fields
ChangeIssueRelationTypeInput.issueRelation
● ID!
non-null scalar
The id of the IssueRelation of which the type is updated
ChangeIssueRelationTypeInput.type
● ID
scalar
The id of the new type, must be defined by the template of the Issue
Member of
changeIssueRelationType
mutation