Skip to content

RemoveIssueRelationInput

Input for the removeIssueRelation mutations

graphql
input RemoveIssueRelationInput {
  issueRelation: ID!
}

Fields

RemoveIssueRelationInput.issueRelation ● ID! non-null scalar

The id of the IssueRelation to remove

Member Of

removeIssueRelation mutation

Released under the MIT License.