Skip to main content

UpdateIntraComponentDependencySpecificationInput

Input for the updateIntraComponentDependencySpecification mutation

input UpdateIntraComponentDependencySpecificationInput {
addedIncomingParticipants: [IntraComponentDependencyParticipantInput!]
addedOutgoingParticipants: [IntraComponentDependencyParticipantInput!]
description: String
id: ID!
name: String
removedIncomingParticipants: [ID!]
removedOutgoingParticipants: [ID!]
}

Fields

UpdateIntraComponentDependencySpecificationInput.addedIncomingParticipants ● [IntraComponentDependencyParticipantInput!] list input

Added incomingParticipants

UpdateIntraComponentDependencySpecificationInput.addedOutgoingParticipants ● [IntraComponentDependencyParticipantInput!] list input

Added outgoingParticipants

UpdateIntraComponentDependencySpecificationInput.description ● String scalar

The description of the NamedNode

UpdateIntraComponentDependencySpecificationInput.id ● ID! non-null scalar

The id of the node to update

UpdateIntraComponentDependencySpecificationInput.name ● String scalar

The new name of the NamedNode, must not be empty

UpdateIntraComponentDependencySpecificationInput.removedIncomingParticipants ● [ID!] list scalar

Ids of incomingParticipants to remove / delete

UpdateIntraComponentDependencySpecificationInput.removedOutgoingParticipants ● [ID!] list scalar

Ids of outgoingParticipants to remove / delete

Member of

updateIntraComponentDependencySpecification mutation