class CreateIntraComponentDependencySpecificationInput(val type: ID?, val componentVersion: ID, val incomingParticipants: List<IntraComponentDependencyParticipantInput>, val outgoingParticipants: List<IntraComponentDependencyParticipantInput>) : CreateNamedNodeInput

Input for the createIntraComponentDependencySpecification mutation

Constructors

constructor(type: ID?, componentVersion: ID, incomingParticipants: List<IntraComponentDependencyParticipantInput>, outgoingParticipants: List<IntraComponentDependencyParticipantInput>)

Properties

Link copied to clipboard
Link copied to clipboard

The description of the NamedNode

Link copied to clipboard

The name of the NamedNode, must not be blank

Link copied to clipboard
val type: ID?

Functions

Link copied to clipboard
open override fun validate()

Validates this input