Skip to content

AddAffectedEntityToIssueInput

Input for the addAffectedEntityToIssue mutation

graphql
input AddAffectedEntityToIssueInput {
  affectedEntity: ID!
  issue: ID!
}

Fields

AddAffectedEntityToIssueInput.affectedEntity ● ID! non-null scalar

The id of the AffectedByIssue which is affected by the Issue

AddAffectedEntityToIssueInput.issue ● ID! non-null scalar

The id of the Issue which affects the entity

Member Of

addAffectedEntityToIssue mutation

Released under the MIT License.