class UpdateIntraComponentDependencySpecificationInput(val type: OptionalInput<ID?>, val addedIncomingParticipants: OptionalInput<List<IntraComponentDependencyParticipantInput>>, val addedOutgoingParticipants: OptionalInput<List<IntraComponentDependencyParticipantInput>>, val removedIncomingParticipants: OptionalInput<List<ID>>, val removedOutgoingParticipants: OptionalInput<List<ID>>) : UpdateNamedNodeInput
Input for the updateIntraComponentDependencySpecification mutation
Constructors
Link copied to clipboard
constructor(type: OptionalInput<ID?>, addedIncomingParticipants: OptionalInput<List<IntraComponentDependencyParticipantInput>>, addedOutgoingParticipants: OptionalInput<List<IntraComponentDependencyParticipantInput>>, removedIncomingParticipants: OptionalInput<List<ID>>, removedOutgoingParticipants: OptionalInput<List<ID>>)