Skip to content

UpdateIntraComponentDependencySpecificationInput ​

Input for the updateIntraComponentDependencySpecification mutation

graphql
input UpdateIntraComponentDependencySpecificationInput {
  addedIncomingParticipants: [IntraComponentDependencyParticipantInput!]
  addedOutgoingParticipants: [IntraComponentDependencyParticipantInput!]
  description: String
  id: ID!
  name: String
  removedIncomingParticipants: [ID!]
  removedOutgoingParticipants: [ID!]
  type: 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

UpdateIntraComponentDependencySpecificationInput.type ● ID scalar ​

If provided, the new type of the IntraComponentDependencySpecification

Member Of ​

updateIntraComponentDependencySpecification mutation

Released under the MIT License.