Skip to content

ChangeIssueRelationTypeInput ​

Input for the changeIssueRelationType mutation

graphql
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

Released under the MIT License.