class CreateIntraComponentDependencySpecificationInput(val type: ID?, val componentVersion: ID, val incomingParticipants: List<IntraComponentDependencyParticipantInput>, val outgoingParticipants: List<IntraComponentDependencyParticipantInput>) : CreateNamedNodeInput
Input for the createIntraComponentDependencySpecification mutation
Constructors
Link copied to clipboard
constructor(type: ID?, componentVersion: ID, incomingParticipants: List<IntraComponentDependencyParticipantInput>, outgoingParticipants: List<IntraComponentDependencyParticipantInput>)