Skip to content

CreateIntraComponentDependencySpecificationInput ​

Input for the createIntraComponentDependencySpecification mutation

graphql
input CreateIntraComponentDependencySpecificationInput {
  componentVersion: ID!
  description: String!
  incomingParticipants: [IntraComponentDependencyParticipantInput!]!
  name: String!
  outgoingParticipants: [IntraComponentDependencyParticipantInput!]!
  type: ID
}

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

CreateIntraComponentDependencySpecificationInput.type ● ID scalar ​

The id of the type of the created IntraComponentDependencySpecification, must be compatible with the template of the Component

Member Of ​

createIntraComponentDependencySpecification mutation

Released under the MIT License.