CreateIntraComponentDependencySpecificationInput
Input for the createIntraComponentDependencySpecification mutation
input CreateIntraComponentDependencySpecificationInput {
componentVersion: ID!
description: String!
incomingParticipants: [IntraComponentDependencyParticipantInput!]!
name: String!
outgoingParticipants: [IntraComponentDependencyParticipantInput!]!
}
Fields
CreateIntraComponentDependencySpecificationInput.componentVersion
● ID!
non-null scalar
The id of the ComponentVersion the created IntraComponentDependencySpecification is part of
CreateIntraComponentDependencySpecificationInput.description
● String!
non-null scalar
The description of the NamedNode
CreateIntraComponentDependencySpecificationInput.incomingParticipants
● [IntraComponentDependencyParticipantInput!]!
non-null input
Initial incomingParticipants, must not be empty
CreateIntraComponentDependencySpecificationInput.name
● String!
non-null scalar
The name of the NamedNode, must not be blank
CreateIntraComponentDependencySpecificationInput.outgoingParticipants
● [IntraComponentDependencyParticipantInput!]!
non-null input
Initial outgoingParticipants, must not be empty